Skip to content

Commit

Permalink
Add GITHUB_TOKEN explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Sep 1, 2023
1 parent e98cbe1 commit e462f48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
has_testthat: ${{ true }}
run_covr: ${{ true }}
run_pkgdown: ${{ true }}
has_runit: ${{ false }}
has_runit: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ true }}
docker_user: bschilder
docker_org: neurogenomicslab
Expand Down

0 comments on commit e462f48

Please sign in to comment.