changed to PAT instead of GITHUB_TOKEN for release
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 26s Details
release / release (push) Successful in 1m2s Details

This commit is contained in:
Sven Vogel 2024-07-19 09:58:26 +02:00
parent 8988ab1491
commit d7502e8e6b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
id: create_release id: create_release
uses: actions/create-release@latest uses: actions/create-release@latest
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token GITHUB_TOKEN: ${{ secrets.PAT }}
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }} release_name: Release ${{ github.ref }}