ci: set GH_TOKEN for release upload

This commit is contained in:
Eugen Eisler 2024-09-12 18:44:49 +02:00
parent 25377ebd48
commit 4653ebb8e3

View File

@ -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 }}