We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426a442 commit d4addbbCopy full SHA for d4addbb
.github/workflows/actions.yml
@@ -37,4 +37,4 @@ jobs:
37
git diff-index --quiet HEAD || (git commit -a -m "Update open-source.txt log" --allow-empty)
38
git push origin main
39
env:
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
0 commit comments