Skip to content

Commit af3095d

Browse files
authored
ci: add GITHUB_TOKEN to action-release env (#13)
* chore: remove bad changeset file * chore: fix changeset config github repository reference * ci: add GITHUB_TOKEN to action-release env for changeset changelog generation
1 parent f37b10a commit af3095d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: ProverCoderAI/action-release@v1.0.17
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123
with:
2224
github_token: ${{ secrets.GITHUB_TOKEN }}
2325
npm_token: ${{ secrets.NPM_KEY }}
@@ -36,6 +38,8 @@ jobs:
3638
runs-on: ubuntu-latest
3739
steps:
3840
- uses: ProverCoderAI/action-release@v1.0.17
41+
env:
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3943
with:
4044
github_token: ${{ secrets.GITHUB_TOKEN }}
4145
npm_token: ${{ secrets.NPM_KEY }}

0 commit comments

Comments
 (0)