Skip to content

Commit

Permalink
Add Actions Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Feb 3, 2025
1 parent 8556f05 commit fbb17e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- main
tags-ignore:
- "*"
permissions:
contents: read
jobs:
Coverage:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- synchronize
- reopened
- ready_for_review
permissions:
contents: write
jobs:
Static:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- '*'
tags:
- '*'
permissions:
contents: write
packages: write
env:
REGISTRY: ghcr.io
jobs:
Expand Down

0 comments on commit fbb17e2

Please sign in to comment.