Skip to content

Commit f83bb43

Browse files
fix: use correct token
1 parent 44d0ecc commit f83bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Release
5858
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
GITHUB_TOKEN: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }}
6060
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
shell: bash
6262
run: |

0 commit comments

Comments
 (0)