Skip to content

Commit

Permalink
ci: try fix github token
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 17, 2024
1 parent f956381 commit 71eb23f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
git config --global user.name GitHub Actions
git config user.email [email protected]
- run: knope prepare-release --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 71eb23f

Please sign in to comment.