From 44c1a228b04b73d7732e5d387dc8c1dbf8424c0c Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Sun, 3 Mar 2024 14:11:39 -0500 Subject: [PATCH] Try adding environment URLs --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9197cad2c..776163be6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,7 @@ jobs: name: ${{ inputs.environment }} environment: name: ${{ inputs.environment }} + url: ${{ inputs.environment == 'test' && 'https://apiary-test.robojackets.org' || (inputs.environment == 'sandbox' && 'https://apiary-sandbox.robojackets.org' || (inputs.environment == 'production' && 'https://my.robojackets.org' || 'https://robojackets.org')) }} permissions: id-token: write contents: read