Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish_v3_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ jobs:
needs: [update_v3_layer_arn_docs, prepare_docs_alias]
permissions:
# lower privilege propagated from parent workflow (release.yml)
contents: read
#pages: write
contents: write
pages: write
pull-requests: none
id-token: write
secrets: inherit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
runs-on: ubuntu-latest
environment: "Docs"
permissions:
contents: read # push to gh-pages
contents: write # push to gh-pages
id-token: write # trade JWT token for AWS credentials in AWS Docs account
#pages: write # uncomment if mike fails as we migrated to S3 hosting
pages: write # uncomment if mike fails as we migrated to S3 hosting
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand Down
Loading