Skip to content

Commit

Permalink
ci: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Sep 3, 2024
1 parent 1038973 commit 4b2f38c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eleventy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 4b2f38c

Please sign in to comment.