mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 16:08:42 -06:00
Use GH_RELEASE_TOKEN for build 'Release' step
This commit is contained in:
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user