We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c5f48 commit 2b179f7Copy full SHA for 2b179f7
.github/workflows/on_doc_merge.yml
@@ -15,6 +15,7 @@ jobs:
15
release-docs:
16
permissions:
17
id-token: write # trade JWT token for AWS credentials in AWS Docs account
18
+ contents: read # read from this repo to publish docs
19
secrets: inherit
20
uses: ./.github/workflows/reusable_publish_docs.yml
21
with:
.github/workflows/rebuild_latest_docs.yml
@@ -29,6 +29,7 @@ jobs:
29
30
31
32
33
34
35
0 commit comments