Skip to content

Commit

Permalink
Limit permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Le Nezet committed Oct 3, 2024
1 parent 56a5125 commit 2973229
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,21 @@ on:

name: R-CMD-check-bioc

permissions: write-all
permissions:
actions: none
attestations: none
checks: none
contents: write
deployments: write
id-token: none
issues: none
discussions: none
packages: write
pages: write
pull-requests: none
repository-projects: none
security-events: none
statuses: none

## These environment variables control whether to run GHA code later on that is
## specific to testthat, covr, and pkgdown.
Expand All @@ -43,7 +57,7 @@ env:
run_pkgdown: 'true'
has_RUnit: 'false'
cache-version: 'cache-v1'
run_docker: 'false'
run_docker: 'true'

jobs:
build-check:
Expand Down

0 comments on commit 2973229

Please sign in to comment.