Skip to content

Commit f4ced94

Browse files
authored
Try to fix cloudformation publish
aws-actions/configure-aws-credentials#271 (comment) The previous workflow had ``` permissions: write-all ```
1 parent b34f90c commit f4ced94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-chromadb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ jobs:
156156
runs-on: ubuntu-latest
157157
needs:
158158
- check-tag
159+
permissions:
160+
id-token: write
161+
contents: read
159162
steps:
160163
- name: Login to AWS
161164
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)