Skip to content

Commit

Permalink
Update Client IDs for new managed identities (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Mar 21, 2024
1 parent 6b86aba commit 179f887
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ jobs:
- name: "dev"
ref: "refs/heads/master"
acr-name: "radixdev"
client-id: "6e96429a-3ad5-40ee-b961-6de864d878fc"
client-id: "64b117a6-dc1c-4697-a000-ef251333bdc4"
subscription-id: "16ede44b-1f74-40a5-b428-46cca9a5741b"

- name: "playground"
ref: "refs/heads/release"
acr-name: "radixdev"
client-id: "6e96429a-3ad5-40ee-b961-6de864d878fc"
client-id: "4b607a0a-b4f7-4918-8586-0f1ee8a69d5b"
subscription-id: "16ede44b-1f74-40a5-b428-46cca9a5741b"

- name: "platform"
ref: "refs/heads/release"
acr-name: "radixprod"
client-id: "9304412c-98e6-414c-bde4-c5d5047add70"
client-id: "e7b711a6-8b96-4d19-b9d4-35e260af7e65"
subscription-id: "ded7ca41-37c8-4085-862f-b11d21ab341a"

- name: "c2"
ref: "refs/heads/release"
acr-name: "radixc2prod"
client-id: "9304412c-98e6-414c-bde4-c5d5047add70"
client-id: "03efd84e-6142-48e3-97cd-6d49e6aa3f93"
subscription-id: "ded7ca41-37c8-4085-862f-b11d21ab341a"

steps:
Expand Down

0 comments on commit 179f887

Please sign in to comment.