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 499d023 commit 093ce10Copy full SHA for 093ce10
.github/workflows/npm-release.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/checkout@v4
58
with:
59
path: main_repo
60
- token: ${{ secrets.GIT_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
61
62
# Setup Node.js environment
63
- name: Setup Node.js
0 commit comments