Skip to content

Commit

Permalink
fix: use GH_TOKEN for release step (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Extheoisah authored Aug 14, 2024
1 parent 228767e commit 71b125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Update release with dist folder
env:
BDP_UI_TOKEN: ${{ secrets.BDP_UI_TOKEN }}
GH_TOKEN: ${{ github.token }}
run: |
gh release upload ${{ github.ref }} dist/** --clobber

0 comments on commit 71b125a

Please sign in to comment.