Skip to content

Commit 45899f3

Browse files
committed
Revert to the old token syntax
1 parent d2a65ef commit 45899f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/start-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Start Release
4848
env:
49-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
GH_TOKEN: ${{ github.token }}
5050
run: |
5151
node scripts/release.js beta \
5252
--merge-branch="${{ github.event.inputs.mergeBranch || 'main' }}" \

0 commit comments

Comments
 (0)