File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ name: R-CMD-check
2929jobs :
3030 R-CMD-check :
3131 runs-on : ${{ matrix.config.os }}
32-
3332 name : ${{ matrix.config.os }} (${{ matrix.config.r }})
3433
3534 strategy :
5352 env :
5453 R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
5554 RSPM : ${{ matrix.config.rspm }}
56-
55+ GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
56+
5757 steps :
5858 - uses : actions/checkout@v2
5959
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ name: pkgdown
77jobs :
88 pkgdown :
99 runs-on : macOS-latest
10+ env :
11+ GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
12+
1013 steps :
1114 - uses : actions/checkout@v2
1215
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ name: test-coverage
1111jobs :
1212 test-coverage :
1313 runs-on : macOS-latest
14+ env :
15+ GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
16+
1417 steps :
1518 - uses : actions/checkout@v2
1619
You can’t perform that action at this time.
0 commit comments