diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b3d4470..d716838 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3609967..45a1a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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