Skip to content

Commit

Permalink
adding action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dstarr committed Feb 14, 2024
1 parent b811e5f commit 1ab4673
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ on:
push:
branches:
- main

jobs:
deploy:
name: Deploying the pages website
runs-on: ubuntu-latest
permissions:
actions: read
contents: write
deployments: read
packages: none
pull-requests: write
security-events: write
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
Expand Down

0 comments on commit 1ab4673

Please sign in to comment.