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