Use GH_RELEASE_TOKEN for build 'Release' step

This commit is contained in:
2024-10-08 00:06:01 -05:00
parent 3fb288f404
commit 0d0fe8a9e5
2 changed files with 2 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GH_RELEASE_TOKEN }}
files: |
${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}
${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}.sig

View File

@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- Adjusted `github-linguist` statistics, ignoring `.hooks`
- Widened `paths-ignore` for `build` and `test` workflows.
- Removed `paths-ignore` for `build` workflow on `push` trigger.
- Switched release step token to use `secrets.GH_RELEASE_TOKEN`, so the author is bound to `Xevion` instead of `github-actions` (a bot).
## v0.1.6