Skip to content

Commit c618870

Browse files
committed
CSPL-4201 Update GitHub Actions workflow to add id-token permission
- Added 'id-token: write' permission to the build-test-push workflow for enhanced security and access control.
1 parent f26c43b commit c618870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-push-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
permissions:
114114
actions: read
115115
contents: read
116+
id-token: write
116117
security-events: write
117118
runs-on: ubuntu-latest
118119
needs: build-operator-image

0 commit comments

Comments
 (0)