Custom-Metrics: Set default_credential_type to x509 (mTLS) - Breaking Change #13278
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Acceptance Tests - BOSH release | |
on: | |
pull_request: | |
types: [ opened, labeled, synchronize ] | |
concurrency: | |
group: "${{ github.workflow }}/${{ github.ref }}" | |
cancel-in-progress: true | |
jobs: | |
acceptance_tests_reusable: | |
name: "${{ github.workflow }}" | |
uses: ./.github/workflows/acceptance_tests_reusable.yaml | |
with: | |
deployment_name: "autoscaler-${{ github.event.pull_request.number }}" | |
secrets: | |
bbl_ssh_key: "${{ secrets.BBL_SSH_KEY }}" |