Skip to content

Commit

Permalink
chore: Add GITHUB_TOKEN env when running release make target (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
shorim authored Dec 8, 2023
1 parent 0095f6d commit d854065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:

- name: Release
run: make release
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d854065

Please sign in to comment.