Skip to content

Commit a583265

Browse files
chore(ci): fix permissions for gh pages (#5866)
Adding pages permission
1 parent c1094d4 commit a583265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_v3_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
permissions:
305305
# lower privilege propagated from parent workflow (release.yml)
306306
contents: read
307-
#pages: write
307+
pages: write
308308
pull-requests: none
309309
id-token: write
310310
secrets: inherit

.github/workflows/reusable_publish_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
contents: read # push to gh-pages
4444
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
45+
pages: write # uncomment if mike fails as we migrated to S3 hosting
4646
steps:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
with:

0 commit comments

Comments
 (0)