Skip to content

Commit

Permalink
add GITHUB_TOKEN to build.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deanomus authored Jan 23, 2021
1 parent c9da69c commit ff4fea8
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 @@ -32,6 +32,8 @@ jobs:
- name: Create Release
id: create_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.build }}
release_name: Release ${{ env.build }}

0 comments on commit ff4fea8

Please sign in to comment.