Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 62caffd

Browse files
committed
give minimum permissions
1 parent a685fff commit 62caffd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
1616
permissions:
1717
gists: write
18+
metadata: read
19+
packages: read
20+
contents: read
1821
strategy:
1922
fail-fast: false
2023
matrix:

0 commit comments

Comments
 (0)