From 9c46e32f0a66d82bc4c75f7a59ecbd0e7ab05c45 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sat, 18 Mar 2023 11:45:44 +0900 Subject: Fix cd workflow permissions --- .github/workflows/publish-chrome.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/publish-chrome.yml') diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml index cb47d565..a64b3e50 100644 --- a/.github/workflows/publish-chrome.yml +++ b/.github/workflows/publish-chrome.yml @@ -13,7 +13,6 @@ on: required: false default: "10" permissions: - actions: write contents: read jobs: upload-on-webstore: @@ -22,6 +21,8 @@ jobs: outputs: result: ${{ steps.webStorePublish.outcome }} releaseUploadUrl: ${{ steps.getZipAsset.outputs.releaseUploadUrl }} + permissions: + actions: write steps: - name: Get the next attempt number id: getNextAttemptNumber -- cgit v1.2.3