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 fbbee84 commit 68b690aCopy full SHA for 68b690a
.github/workflows/main.yml
@@ -13,6 +13,11 @@ on:
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
16
+permissions:
17
+ contents: read
18
+ pages: write
19
+ id-token: write
20
+
21
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22
jobs:
23
# This workflow contains a single job called "build"
0 commit comments