We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd15f8f commit 82b8ba1Copy full SHA for 82b8ba1
.github/workflows/release.yml
@@ -50,5 +50,5 @@ jobs:
50
git commit -m "Latest build $(date "+%Y-%m-%d %H:%M:%S")"
51
git push origin latest-release
52
env:
53
- GITHUB_TOKEN: ${{ secrets.GRAPHSCRIPT_EDITOR_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
0 commit comments