Skip to content

Commit c346982

Browse files
authored
Update publish-new-addon-version.yml
1 parent 0232f02 commit c346982

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish-new-addon-version.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
release:
66
types: [published] # Trigger when a new release is published
77

8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
813
jobs:
914
prepare-and-publish:
1015
runs-on: ubuntu-latest
@@ -20,7 +25,7 @@ jobs:
2025
- name: Publish
2126
uses: yayuyokitano/firefox-addon@v0.0.6-alpha
2227
with:
23-
api_key: ${{ secrets.FIREFOX_JWT_ISSUER }} #
28+
api_key: ${{ secrets.FIREFOX_JWT_ISSUER }}
2429
api_secret: ${{ secrets.FIREFOX_JWT_SECRET }}
2530
guid: ${{ secrets.FIREFOX_EXTENSION_ID }}
2631
xpi_path: archive.zip

0 commit comments

Comments
 (0)