Skip to content

Commit

Permalink
ci: add env var required for creating gh releases (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Jan 16, 2024
1 parent 81aefd5 commit 4f295d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ jobs:
--generate-notes \
--repo ${{ github.repository }}
--target master
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 4f295d3

Please sign in to comment.