Skip to content

Commit eb46976

Browse files
authored
Align internal build OIDC identity [skip ci]
Uses the exact observed internal build OIDC subject. Production behavior is unchanged.
1 parent 5800941 commit eb46976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Verify internal GitHub OIDC identity
9090
if: inputs.environment == 'internal'
9191
env:
92-
EXPECTED_OIDC_SUBJECT: repo:sourcebot-dev@135396723/sourcebot@846729675:environment:internal
92+
EXPECTED_OIDC_SUBJECT: repo:sourcebot-dev/sourcebot:environment:internal
9393
run: |
9494
response=$(curl --fail --silent --show-error \
9595
-H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \

0 commit comments

Comments
 (0)