Skip to content

Commit

Permalink
Add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jul 26, 2020
1 parent bf8fe5d commit 0d26614
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 @@ -16,6 +16,8 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down

0 comments on commit 0d26614

Please sign in to comment.