Skip to content

Commit

Permalink
Add Permissions and concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyByansi committed Jul 17, 2024
1 parent 03819b0 commit 14109ba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ on:
- main
paths:
- README.md


permissions:
contents: read
pages: write
id-token: write

jobs:
build-and-deploy:
runs-on: ubuntu-latest
concurrency:
group: "pages"
cancel-in-progress: true

steps:
- name: Checkout repository
Expand Down

0 comments on commit 14109ba

Please sign in to comment.