We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545bdac commit f12c1dbCopy full SHA for f12c1db
.github/workflows/build_docs.yml
@@ -8,11 +8,6 @@ on:
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
11
-permissions:
12
- contents: read
13
- pull-requests: write
14
- id-token: write
15
-
16
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
17
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
18
concurrency:
@@ -22,6 +17,10 @@ concurrency:
22
jobs:
23
build_docs:
24
19
name: Build Docs
20
+ permissions:
21
+ contents: read
+ pull-requests: write
+ id-token: write
25
environment:
26
name: github-pages
27
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments