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.
2 parents f20d1cb + 75881f5 commit 43d6c85Copy full SHA for 43d6c85
.github/workflows/ci-prb.yml
@@ -1,4 +1,6 @@
1
name: PR Builder
2
+permissions:
3
+ contents: read
4
on:
5
pull_request:
6
branches: [ main ]
.github/workflows/ci-release-docs.yml
@@ -1,10 +1,9 @@
name: Doc Builder
release:
types: [published]
-permissions:
- pages: write
7
- id-token: write
8
jobs:
9
build:
10
@@ -25,6 +24,9 @@ jobs:
25
24
with:
26
path: docs
27
deploy:
+ permissions:
28
+ pages: write
29
+ id-token: write
30
environment:
31
name: github-pages
32
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments