Skip to content

Commit 2b52c83

Browse files
committed
Add GITHUB_TOKEN for API rate limits on public repos
1 parent 74e26d3 commit 2b52c83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
_R_CHECK_FORCE_SUGGESTS_: "false"
11+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1112

1213
jobs:
1314
R-CMD-check:

0 commit comments

Comments
 (0)