Skip to content

Commit

Permalink
ci: fix reference to TAP_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
taxintt committed Jul 23, 2023
1 parent 8ad5540 commit ebde28d
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 @@ -28,4 +28,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ steps.github_token.outputs.token }}

0 comments on commit ebde28d

Please sign in to comment.