Skip to content

Commit c932713

Browse files
authored
Merge pull request #39 from nanxstats/gha
Update GitHub Actions workflows
2 parents 0e0b28d + 64c7ef3 commit c932713

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
name: R-CMD-check
1010

11+
permissions: read-all
12+
1113
jobs:
1214
R-CMD-check:
1315
runs-on: ${{ matrix.config.os }}

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
name: pkgdown
1313

14+
permissions: read-all
15+
1416
jobs:
1517
pkgdown:
1618
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)