Skip to content

Commit 5a60324

Browse files
committed
ci: fix permissions for cloudbeds/composite-actions/gh-app-token@v2
We need to have the following permissions: permissions: id-token: write contents: read Without this we get the errors: It looks like you might be trying to authenticate with OIDC. Did you mean to set the `id-token` permission? If you are not trying to authenticate with OIDC and the action is working successfully, you can ignore this message. Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials Assuming role with user credentials
1 parent a4ad6f6 commit 5a60324

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
generate-api-docs:
1616
name: Update version and build python module
1717
runs-on: default
18+
permissions:
19+
id-token: write
20+
contents: read
1821
steps:
1922
- name: Checkout code
2023
uses: actions/checkout@v4

0 commit comments

Comments
 (0)