Skip to content

Commit

Permalink
Fix missing github token
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Sep 9, 2019
1 parent a532b8c commit 59f4768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:

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

0 comments on commit 59f4768

Please sign in to comment.