use a publish token that has workflow perm
This commit is contained in:
parent
de487f14d9
commit
a953a6ab63
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.inputs.rev }}
|
||||
token: ${{ secrets.PUBLISH_TOKEN }}
|
||||
- run: |
|
||||
JOB_NAME=$(echo $JOB_NAME | sed 's|:|/|g')
|
||||
git fetch --all --tags
|
||||
|
|
Loading…
Reference in a new issue