Skip to content

Commit 30fef0f

Browse files
fix: typo
1 parent 272b0ae commit 30fef0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }}
59+
GITHUB_TOKEN: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }}
6060
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
shell: bash
6262
run: |

.github/workflows/test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Release
4747
shell: bash
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
GITHUB_TOKEN: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }}
5050
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
run: |
5252
npm run release -- --dry-run

0 commit comments

Comments
 (0)