Skip to content

Commit 1e261cf

Browse files
authored
Update publish-docs.yml
add the missing permission: aws-actions/configure-aws-credentials#271 (comment)
1 parent f739653 commit 1e261cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
if: ${{ github.repository == 'noqdev/iambic' && github.event.commits[0].author.name != 'Version Auto Bump' }}
1010
runs-on: ubuntu-latest
1111
name: docs publishing
12+
permissions:
13+
id-token: write
14+
contents: read
1215
steps:
1316
- uses: actions/checkout@v3
1417
- name: Configure AWS Credentials
@@ -21,4 +24,4 @@ jobs:
2124
run: |
2225
cd docs/web
2326
yarn
24-
make build_and_upload
27+
make build_and_upload

0 commit comments

Comments
 (0)