Skip to content

Commit 0d26614

Browse files
committed
Add github token
1 parent bf8fe5d commit 0d26614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- name: Create Release
1717
id: create_release
1818
uses: actions/create-release@v1
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1921
with:
2022
tag_name: ${{ github.ref }}
2123
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)