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 beeda2d commit 83d6490Copy full SHA for 83d6490
.github/workflows/cd.yml
@@ -31,6 +31,10 @@ jobs:
31
deploy:
32
needs: [build]
33
runs-on: ubuntu-latest
34
+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
35
+ permissions:
36
+ pages: write # to deploy to Pages
37
+ id-token: write # to verify the deployment originates from an appropriate source
38
steps:
39
- name: Configure GitHub Pages
40
uses: actions/configure-pages@v5.0.0
0 commit comments