Skip to content

Commit

Permalink
Add initial pass at permissions for pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrecachinas authored Aug 20, 2024
1 parent 2090800 commit 1ca9774
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Check pull request

on: [push, pull_request]

permissions:
actions: write
contents: read
pages: write

jobs:
# Build job
build:
Expand Down

0 comments on commit 1ca9774

Please sign in to comment.