Skip to content

Commit

Permalink
ci: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
andykenward committed Mar 21, 2024
1 parent 5612563 commit 9b4857e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ concurrency:
jobs:
cloudflare-pages-deploy-delete:
permissions:
actions: read
contents: read
deployments: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
jobs:
cloudflare-pages-deploy:
permissions:
actions: read
contents: read
deployments: write
pull-requests: write
Expand Down

0 comments on commit 9b4857e

Please sign in to comment.