We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b85e7 commit 427cd70Copy full SHA for 427cd70
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
# GitHub token, automatically provided to the action
26
# (No need to define this secret in the repo settings)
27
- github_token: ${{ secrets.github_token }}
+ github_token: ${{ secrets.GH_TOKEN }}
28
29
args: "--x64 --arm64"
30
0 commit comments