mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 08:08:44 -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
|
||||
|
||||
Reference in New Issue
Block a user