Skip to content

Commit a5dfd94

Browse files
Updating env for destroy (#4297) (#4300)
(cherry picked from commit 71743a9) Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
1 parent fdf225b commit a5dfd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: ${{ steps.check_stack.outputs.changed == 'true' && !cancelled() }}
9090
uses: armory-io/spin-trigger-pipeline-action@master
9191
with:
92-
baseUrl: https://spinnaker-api.internal.armory.io:8443/api/v1
92+
baseUrl: ${{ secrets.MANAGED_GATE_X509_URL }}
9393
source: destroy-ephemeral-spinnaker
9494
parameters: 'namespace:${{ github.event.pull_request.head.sha }},branch_name:${{ github.event.pull_request.base.ref }}'
9595
crtFile: ${{ secrets.MANAGED_CLIENT_CERTIFICATE }}

0 commit comments

Comments
 (0)