Skip to content

Commit a662e71

Browse files
committed
try a different name for my github pat on github
1 parent 6ce3a54 commit a662e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
2323
CRAN: ${{ matrix.config.rspm }}
24-
GITHUB_PAT: ${{secrets.GITHUB_PAT}}
24+
GITHUB_PAT: ${{secrets.MY_GITHUB_PAT}}
2525

2626
steps:
2727
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)