diff options
Diffstat (limited to '.github/workflows/publish-chrome-development.yml')
-rw-r--r-- | .github/workflows/publish-chrome-development.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/publish-chrome-development.yml b/.github/workflows/publish-chrome-development.yml index 669a6b57..a21dd52a 100644 --- a/.github/workflows/publish-chrome-development.yml +++ b/.github/workflows/publish-chrome-development.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 |