mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
ci: set GH_TOKEN for release upload
This commit is contained in:
parent
25377ebd48
commit
4653ebb8e3
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -82,5 +82,7 @@ jobs:
|
||||
|
||||
- name: Upload release artifact
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release upload ${{ github.ref_name }} fabric-${{ env.OS }}-${{ matrix.arch }}-${{ github.ref_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user