We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103f22f commit 615c4ccCopy full SHA for 615c4cc
1 file changed
.github/workflows/sync-dependencies.yml
@@ -20,6 +20,6 @@ jobs:
20
steps:
21
- uses: nerjs/branch-sync-action@master
22
with:
23
- token: ${{ secrets.PUBLISH_TOKEN }}
+ token: ${{ secrets.RELEASE_TOKEN }}
24
base: master
25
head: dependencies
0 commit comments