Skip to content

Commit

Permalink
workflow file token added.
Browse files Browse the repository at this point in the history
  • Loading branch information
faizananwerali committed Nov 15, 2023
1 parent 3c3d090 commit 631184d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
release_name: Release ${{ steps.get_version.outputs.version }}
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOWS_TOKEN }} # Use the secret here

# Upload assets (ZIP and CRX) to the release
- name: Upload assets
Expand Down

0 comments on commit 631184d

Please sign in to comment.