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

Commit a685fff

Browse files
committed
give token gist permissions
1 parent ca9c281 commit a685fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ${{ matrix.config.os }}
1414

1515
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
16-
16+
permissions:
17+
gists: write
1718
strategy:
1819
fail-fast: false
1920
matrix:

0 commit comments

Comments
 (0)