Skip to content

Commit

Permalink
added env for gh
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Aug 2, 2024
1 parent 9ed1cda commit 0b5ebd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
gh release download "sacct/v0.2.0" -R a2-ai-tech-training/slurm-mocks -p "*Linux_x86_64.tar.gz" -D $HOME/bin
tar -xvf $HOME/bin/sacct_Linux_x86_64.tar.gz
echo "$HOME/bin" >> $GITHUB_PATH
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 0b5ebd6

Please sign in to comment.