File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 name : Release
1111 uses : primer/.github/.github/workflows/release.yml@main
1212 secrets :
13- github_token : ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
13+ gh_token : ${{ secrets.GPR_AUTH_TOKEN_SHARED }}
1414 npm_token : ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
Original file line number Diff line number Diff line change 1010 name : Canary
1111 uses : primer/.github/.github/workflows/release_canary.yml@main
1212 secrets :
13- github_token : ${{ secrets.GITHUB_TOKEN }}
13+ gh_token : ${{ secrets.GITHUB_TOKEN }}
1414 npm_token : ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
Original file line number Diff line number Diff line change 1010 name : Candidate
1111 uses : primer/.github/.github/workflows/release_candidate.yml@main
1212 secrets :
13- github_token : ${{ secrets.GITHUB_TOKEN }}
13+ gh_token : ${{ secrets.GITHUB_TOKEN }}
1414 npm_token : ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
You can’t perform that action at this time.
0 commit comments