Skip to content

Commit 96324b4

Browse files
committed
Authenticate gh tool
1 parent 920e5c9 commit 96324b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- run: cargo run
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)