Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Oct 15, 2024
1 parent f56d8d1 commit d8a771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- {os: ubuntu-latest, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.TEST_GITHUB_TOKEN }}
GITHUB_PAT: ${{ secrets.TEST_GITHUB_PAT}}
GITLAB_PAT_PUBLIC: ${{ secrets.GITLAB_PAT}}
R_KEEP_PKG_SOURCE: yes
USE_RENV: "FALSE"
Expand Down

0 comments on commit d8a771d

Please sign in to comment.