We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e47444 commit 2084cb8Copy full SHA for 2084cb8
.github/workflows/deploy.yml
@@ -20,6 +20,11 @@ jobs:
20
# The type of runner that the job will run on
21
runs-on: ubuntu-latest
22
23
+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
24
+ permissions:
25
+ pages: write # to deploy to Pages
26
+ id-token: write # to verify the deployment originates from an appropriate source
27
+
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments