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