Skip to content

Commit

Permalink
ci(release-please): update submission environment vars (#75)
Browse files Browse the repository at this point in the history
* ci(release-please): update submission environment vars

Adds support for Microsoft Edge Add-ons publishing (again) and adds an additional var for Firefox.

* style: who needs quotes
  • Loading branch information
uncenter authored Jun 15, 2024
1 parent d0b9ccf commit 2dc8151
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
FIREFOX_EXTENSION_ID: ${{ secrets.FIREFOX_EXTENSION_ID }}
FIREFOX_JWT_ISSUER: ${{ secrets.FIREFOX_JWT_ISSUER }}
FIREFOX_JWT_SECRET: ${{ secrets.FIREFOX_JWT_SECRET }}
FIREFOX_CHANNEL: listed
EDGE_PRODUCT_ID: ${{ secrets.EDGE_PRODUCT_ID }}
EDGE_CLIENT_ID: ${{ secrets.EDGE_CLIENT_ID }}
EDGE_CLIENT_SECRET: ${{ secrets.EDGE_CLIENT_SECRET }}
EDGE_ACCESS_TOKEN_URL: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
EDGE_SKIP_SUBMIT_REVIEW: false

- name: Upload artifacts
env:
Expand Down

0 comments on commit 2dc8151

Please sign in to comment.