Skip to content

Commit c91b7d1

Browse files
CopilotmaRce10
andauthored
fix: grant pkgcheck workflow read access to Actions metadata
Co-authored-by: maRce10 <13245502+maRce10@users.noreply.github.com>
1 parent c14335e commit c91b7d1

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)