From 0d0fe8a9e51f2fb1d1e40ce4b0929424a2ddda30 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 8 Oct 2024 00:06:01 -0500 Subject: [PATCH] Use GH_RELEASE_TOKEN for build 'Release' step --- .github/workflows/build.yaml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) 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