Skip to content

Commit 11f768b

Browse files
committed
ci: restore GITHUB_TOKEN env variable
1 parent 10eb330 commit 11f768b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1718

1819
- name: Setup
1920
uses: ./.github/actions/setup
@@ -28,3 +29,5 @@ jobs:
2829

2930
- name: Run release
3031
run: npm run release --ci
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)