We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a583265 commit 3e55556Copy full SHA for 3e55556
.github/workflows/publish_v3_layer.yml
@@ -303,7 +303,7 @@ jobs:
303
needs: [update_v3_layer_arn_docs, prepare_docs_alias]
304
permissions:
305
# lower privilege propagated from parent workflow (release.yml)
306
- contents: read
+ contents: write
307
pages: write
308
pull-requests: none
309
id-token: write
.github/workflows/reusable_publish_docs.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
environment: "Docs"
42
43
- contents: read # push to gh-pages
+ contents: write # 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
46
steps:
0 commit comments