Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c689f39

Browse files
committed
ci: try fix bump version gain
1 parent 8a2472b commit c689f39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bump-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ on:
2020
secrets:
2121
NPM_TOKEN:
2222
required: true
23-
GITHUB_TOKEN:
23+
GITHUB_TOKEN_SECRET:
2424
required: true
2525
PAT:
2626
required: true
2727

2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SECRET }}
3131
NPM_CONFIG_PROVENANCE: true
3232

3333
jobs:

.github/workflows/new-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ jobs:
135135
dry-run: ${{ fromJSON(github.event.inputs.dry-run) }}
136136
secrets:
137137
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
138-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138+
GITHUB_TOKEN_SECRET: ${{ secrets.GITHUB_TOKEN }}
139139
PAT: ${{secrets.PAT}}

0 commit comments

Comments
 (0)