fix(ci): use PAT so pipeline gets triggered

This commit is contained in:
jguer 2020-06-14 01:16:02 +02:00
parent 80216bdc69
commit 2fa7b6ba3d
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -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"