Skip to content

Commit

Permalink
chore(ci): fix permissions for gh pages (#5866)
Browse files Browse the repository at this point in the history
Adding pages permission
  • Loading branch information
leandrodamascena authored Jan 14, 2025
1 parent c1094d4 commit a583265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_v3_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
permissions:
# lower privilege propagated from parent workflow (release.yml)
contents: read
#pages: write
pages: write
pull-requests: none
id-token: write
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
permissions:
contents: read # 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

0 comments on commit a583265

Please sign in to comment.