Skip to content

Commit

Permalink
Fix Release Token (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt authored Nov 26, 2024
1 parent 277d4c8 commit b01eff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
args: release --release-notes .release-notes.md
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b01eff2

Please sign in to comment.