Skip to content

Commit

Permalink
update ci perms
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Dec 2, 2024
1 parent c398317 commit ae4851a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ on:
branches:
- master
- main
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ae4851a

Please sign in to comment.