mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2026-01-31 06:26:08 -06:00
Use GH_RELEASE_TOKEN for build 'Release' step
This commit is contained in:
Vendored
+1
@@ -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