Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimMohammed47 authored Mar 9, 2024
1 parent 63d02cb commit 69d754b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build-and-publish:
name: Upload extension
runs-on: ubuntu-latest
# env:
# EXTENSION_ID: ${{ env.EXTENSION_ID }}


steps:
- uses: actions/setup-node@v4
Expand All @@ -31,7 +34,7 @@ jobs:
run: |-
chrome-webstore-upload upload -v \
--source dist/package/chrome/boycott-z-${{ env.MANIFEST_VERSION }}.zip \
--extension-id ${{ env.EXTENSION_ID }} \
--extension-id ${{ vars.EXTENSION_ID }} \
--client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} \
--client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} \
--refresh-token ${{ secrets.CI_GOOGLE_REFRESH_TOKEN }}

0 comments on commit 69d754b

Please sign in to comment.