We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1094d4 commit a583265Copy full SHA for a583265
.github/workflows/publish_v3_layer.yml
@@ -304,7 +304,7 @@ jobs:
304
permissions:
305
# lower privilege propagated from parent workflow (release.yml)
306
contents: read
307
- #pages: write
+ pages: write
308
pull-requests: none
309
id-token: write
310
secrets: inherit
.github/workflows/reusable_publish_docs.yml
@@ -42,7 +42,7 @@ jobs:
42
43
contents: read # push to gh-pages
44
id-token: write # trade JWT token for AWS credentials in AWS Docs account
45
- #pages: write # uncomment if mike fails as we migrated to S3 hosting
+ pages: write # uncomment if mike fails as we migrated to S3 hosting
46
steps:
47
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
with:
0 commit comments