Skip to content

Commit

Permalink
Add the requisite GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 15, 2023
1 parent d5ac069 commit 56e2e2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
path: ${{ runner.temp }}/dokit-${{ env.dokitVersion }}.AppImage
if-no-files-found: error
- name: Explore gh run download
#env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh run download "$GITHUB_RUN_ID" --dir "$RUNNER_TEMP/artifacts" --pattern test-results-*
find "$RUNNER_TEMP/artifacts"
Expand Down Expand Up @@ -192,8 +192,8 @@ jobs:
path: ${{ runner.temp }}/dokit-${{ env.dokitVersion }}.AppImage
if-no-files-found: error
- name: Explore gh run download
#env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh run download "$GITHUB_RUN_ID" --dir "$RUNNER_TEMP/artifacts" --pattern test-results-*
find "$RUNNER_TEMP/artifacts"
Expand Down

0 comments on commit 56e2e2c

Please sign in to comment.