mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 00:57:21 +01:00
fix(ci): use PAT so pipeline gets triggered
This commit is contained in:
parent
80216bdc69
commit
2fa7b6ba3d
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@ -17,5 +17,5 @@ jobs:
|
||||
- uses: mathieudutour/github-tag-action@v4.5
|
||||
id: tag_version
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.PAT }}
|
||||
tag_prefix: "v"
|
||||
|
Loading…
Reference in New Issue
Block a user