Skip to content

Commit

Permalink
Add GH_TOKEN env var
Browse files Browse the repository at this point in the history
assemble-turnstile-data.yml, build-virtual-machine.yml: Add GH_TOKEN
env var required by "gh release upload" command.
  • Loading branch information
tuxji committed Feb 26, 2024
1 parent 0589672 commit 4c10bbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assemble-turnstile-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ jobs:
if: github.event_name == 'release'
run: |
gh release upload ${{ github.event.release.tag_name }} RACK/Turnstile-Example/turnstile-ingestion-package.zip --clobber
env:
GH_TOKEN: ${{ github.token }}
2 changes: 2 additions & 0 deletions .github/workflows/build-virtual-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ jobs:
if: github.event_name == 'release'
run: |
gh release upload ${{ github.event.release.tag_name }} RACK/rack-box/GitHub-Release-README.md RACK/rack-box/rack-box-${{ inputs.version }}.zip* --clobber
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 4c10bbe

Please sign in to comment.