Skip to content

Commit 3ce7eef

Browse files
authored
Merge pull request #44 from ropensci/copilot/fix-pkgcheck-failure-again
Fix pkgcheck false “no CI checks” failure by restoring workflow metadata read access
2 parents d67b4fc + c91b7d1 commit 3ce7eef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pkgcheck.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
pkgcheck:
1717
runs-on: ubuntu-latest
1818
permissions:
19+
actions: read
20+
contents: read
1921
issues: write
2022
env:
2123
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)