Skip to content

Commit

Permalink
ci: Pass GITHUB_TOKEN for using gh CLI.
Browse files Browse the repository at this point in the history
TFW you're writing workflows without type-checking. Sigh.
  • Loading branch information
varungandhi-src committed Aug 16, 2022
1 parent 6b5a304 commit 092c64e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ jobs:
uses: actions/download-artifact@v3
- name: '📤 Upload artifacts for release'
run: gh release upload "${GITHUB_REF/refs\/tags\//}" ./*-release-artifacts/*
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 092c64e

Please sign in to comment.