Skip to content

Commit 6ab14b9

Browse files
committed
add codecov token
1 parent 3d84e30 commit 6ab14b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
name: R-CMD-check
1212

13+
permissions: read-all
14+
1315
jobs:
1416
R-CMD-check:
1517
runs-on: ${{ matrix.config.os }}
@@ -30,6 +32,7 @@ jobs:
3032
CRAN: ${{ matrix.config.cran }}
3133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
35+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3336

3437
steps:
3538
- name: Check out repo

0 commit comments

Comments
 (0)