Merge latest bug fixes from release/1.3.x
into main
(#1314)
#97
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: Start CI Run | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'release/**' | |
- 'support/**' | |
permissions: | |
contents: read | |
jobs: | |
starter: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 | |
with: | |
egress-policy: audit | |
- name: 'start test' | |
run: | | |
curl -s -X POST \ | |
--fail \ | |
-F token=${{ secrets.CB_PIPELINE }} \ | |
-F "ref=pt20" \ | |
-F "variables[SHA]=$GITHUB_SHA" \ | |
https://codebase.helmholtz.cloud/api/v4/projects/7605/trigger/pipeline -o /dev/null |