We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0232f02 commit c346982Copy full SHA for c346982
1 file changed
.github/workflows/publish-new-addon-version.yml
@@ -5,6 +5,11 @@ on:
5
release:
6
types: [published] # Trigger when a new release is published
7
8
+permissions:
9
+ contents: read
10
+ pages: write
11
+ id-token: write
12
+
13
jobs:
14
prepare-and-publish:
15
runs-on: ubuntu-latest
@@ -20,7 +25,7 @@ jobs:
20
25
- name: Publish
21
26
uses: yayuyokitano/firefox-addon@v0.0.6-alpha
22
27
with:
23
- api_key: ${{ secrets.FIREFOX_JWT_ISSUER }} #
28
+ api_key: ${{ secrets.FIREFOX_JWT_ISSUER }}
24
29
api_secret: ${{ secrets.FIREFOX_JWT_SECRET }}
30
guid: ${{ secrets.FIREFOX_EXTENSION_ID }}
31
xpi_path: archive.zip
0 commit comments