mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Update token in publish.yml from GITHUB_TOKEN to GH_PAT
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
@@ -344,7 +344,7 @@ jobs:
|
||||
uses: actions/checkout@v4.2.0
|
||||
with:
|
||||
ref: main
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
|
||||
- name: Bump alpha version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user