Skip to content

Commit

Permalink
Try using secrets.GITHUB_TOKEN instead
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 committed May 6, 2023
1 parent 2da1552 commit ff605d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload packaged extension
run: gh release upload ${{ github.event.release.tag_name }} ${{ steps.package.outputs.zip_path }} --clobber
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# TODO: run publish in parallel as a second job

Expand Down

0 comments on commit ff605d2

Please sign in to comment.