Skip to content

Commit d64537c

Browse files
committed
add permissions
1 parent 3389763 commit d64537c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77

8+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
9+
permissions:
10+
pages: write # to deploy to Pages
11+
id-token: write # to verify the deployment originates from an appropriate source
12+
813
jobs:
914
build:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)