Skip to content

Commit

Permalink
set github token
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Feb 5, 2020
1 parent 692cd41 commit 5bfb98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Release
if: startsWith(github.ref, 'refs/tags/')
run: make release
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Notify on success
if: success()
env:
Expand Down

0 comments on commit 5bfb98e

Please sign in to comment.