mirror of
https://github.com/we-promise/sure.git
synced 2026-05-24 13:04:56 +00:00
Use GITHUB_TOKEN for bump release checkout
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -429,7 +429,7 @@ jobs:
|
||||
uses: actions/checkout@v4.2.0
|
||||
with:
|
||||
ref: ${{ steps.source_branch.outputs.branch }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
token: ${{ github.token }}
|
||||
|
||||
- name: Bump pre-release version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user