Skip to content

Commit

Permalink
FIX-FOR Added WEB_EXT_ID (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Dec 7, 2020
1 parent 799e76b commit 193d2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
exclude: '^Meta|^Document|^Readme|^Lint'

Build and upload artifacts:
Build-and-upload-artifacts:
needs: Version
if: github.event_name == 'push' || needs.Version.outputs.created
runs-on: ubuntu-latest
Expand Down Expand Up @@ -84,3 +84,4 @@ jobs:
# REFRESH_TOKEN: '${{ secrets.REFRESH_TOKEN }}'
WEB_EXT_API_KEY: '${{ secrets.WEB_EXT_API_KEY }}'
WEB_EXT_API_SECRET: '${{ secrets.WEB_EXT_API_SECRET }}'
WEB_EXT_ID: '${{ secrets.WEB_EXT_ID }}'

0 comments on commit 193d2aa

Please sign in to comment.