Skip to content

Commit

Permalink
chore: update workflow permissions to read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed May 13, 2024
1 parent b74c6c2 commit 754404b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ on:
# * is a special character in YAML so you have to quote this string
# Run this Github Action every Tuesday at 7 AM UTC
- cron: '0 7 * * 2'
pull_request:
branches: [ main ]

permissions:
contents: read
permissions: read-all

jobs:
build:
Expand Down

0 comments on commit 754404b

Please sign in to comment.