1
0
mirror of synced 2025-12-30 03:01:36 -05:00

add contents: read permissions for actions/checkout (#44485)

This commit is contained in:
Robert Sese
2023-10-16 05:45:24 -05:00
committed by GitHub
parent 55b58764af
commit 997af1375d
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ on:
- unlabeled
permissions:
contents: none
contents: read
jobs:
first-responder-triage-pr:

View File

@@ -10,6 +10,7 @@ on:
- cron: '20 */2 * * *' # Run every 2nd hour at 20 minutes after
permissions:
contents: read
pull-requests: read
jobs: