Skip to content

Commit

Permalink
fix ref and client-id
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Feb 9, 2024
1 parent da7a997 commit 7debf2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
target:
- name: "dev"
ref: "refs/heads/master"
client-id: "0f26a8a6-3593-4eb3-9d74-b2fb814c6fee"
client-id: "a23b30b8-3faa-42a1-817e-6cd097a620f1"
server: "sql-radix-vulnerability-scan-dev.database.windows.net"

- name: "playground"
ref: "refs/heads/release"
client-id: "8d02c39d-6757-4977-9ad3-017889fe3f45"
client-id: "453fb3de-daaa-43e6-93ef-a470849a2b6b"
server: "sql-radix-vulnerability-scan-playground.database.windows.net"

- name: "platform"
ref: "refs/heads/release"
client-id: "to be decided" #FIXME
client-id: "50e78187-ff60-49c5-bcbe-701bbbf4f5d7"
server: "sql-radix-vulnerability-scan-prod.database.windows.net"

- name: "c2"
ref: "refs/heads/release"
client-id: "to be decided" #FIXME
client-id: "f26240e2-3095-4273-8559-2ca9a121991e"
server: "sql-radix-vulnerability-scan-c2.database.windows.net"

env:
Expand Down

0 comments on commit 7debf2b

Please sign in to comment.