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 9f3e144 commit ac18e3dCopy full SHA for ac18e3d
.github/workflows/update-npm.yml
@@ -44,7 +44,7 @@ jobs:
44
if: ${{ steps.git-check.outputs.changes == 'true' }}
45
uses: peter-evans/create-pull-request@v5
46
with:
47
- token: ${{ secrets.BOT_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
48
base: main
49
add-paths: |
50
package-lock.json
0 commit comments