Skip to content

Commit

Permalink
Limit pr.yml permissions
Browse files Browse the repository at this point in the history
Limiting our permissions to the base minimum.
  • Loading branch information
SeanTAllen committed Jan 19, 2025
1 parent e5fcce7 commit 1a3b93c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: read

jobs:
superlinter:
name: Lint bash, docker, markdown, and yaml
Expand Down

0 comments on commit 1a3b93c

Please sign in to comment.