We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f34f90c + 71743a9 commit e77f784Copy full SHA for e77f784
.github/workflows/run-e2e-tests.yml
@@ -89,7 +89,7 @@ jobs:
89
if: ${{ steps.check_stack.outputs.changed == 'true' && !cancelled() }}
90
uses: armory-io/spin-trigger-pipeline-action@master
91
with:
92
- baseUrl: https://spinnaker-api.internal.armory.io:8443/api/v1
+ baseUrl: ${{ secrets.MANAGED_GATE_X509_URL }}
93
source: destroy-ephemeral-spinnaker
94
parameters: 'namespace:${{ github.event.pull_request.head.sha }},branch_name:${{ github.event.pull_request.base.ref }}'
95
crtFile: ${{ secrets.MANAGED_CLIENT_CERTIFICATE }}
0 commit comments