We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389763 commit d64537cCopy full SHA for d64537c
.github/workflows/eleventy_build.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- main
7
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
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
0 commit comments