Skip to content

Commit

Permalink
use GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy authored Oct 10, 2024
1 parent 2a32ea5 commit 3875506
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 @@ -82,7 +82,8 @@ jobs:
- name: Upload Assets to Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-github-cli-in-workflows
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${{ github.ref_name }}" \
"quint-${{ matrix.config.suffix }}" \
Expand Down

0 comments on commit 3875506

Please sign in to comment.