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 e2a8b41 commit c14f0ecCopy full SHA for c14f0ec
.github/workflows/release-npm-packages.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
with:
16
- token: ${{secrets.PUSH_TOKEN}}
+ token: ${{secrets.PR_TOKEN}}
17
- uses: actions/setup-node@v4
18
19
node-version: 18
0 commit comments