Skip to content

Commit

Permalink
Update CompatHelper.yml permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhorton committed May 10, 2023
1 parent fd02d12 commit 6e0c388
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ on:
schedule:
- cron: 0 0 * * 4
workflow_dispatch:
permissions:
actions: read
checks: read
contents: write
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: write
repository-projects: read
security-events: read
statuses: read
jobs:
CompatHelper:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e0c388

Please sign in to comment.