We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75f56a commit 0be89c2Copy full SHA for 0be89c2
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
tags:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
env:
8
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9
10
jobs:
11
download-libddwaf:
0 commit comments