Skip to content

Commit 0be89c2

Browse files
authored
Use GitHub Actions GH_TOKEN in release job (#141)
1 parent e75f56a commit 0be89c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77
env:
8-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99

1010
jobs:
1111
download-libddwaf:

0 commit comments

Comments
 (0)