Skip to content

Heat 1.4.2 preparation (#1562) #249

Heat 1.4.2 preparation (#1562)

Heat 1.4.2 preparation (#1562) #249

Workflow file for this run

name: Start CI Run
on:
push:
branches:
- 'main'
- 'release/**'
permissions:
contents: read
jobs:
starter:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Get branch names
id: branch-names
uses: tj-actions/branch-names@v8
- name: 'start test'
run: |
curl -s -X POST \
--fail \
-F token=${{ secrets.CB_PIPELINE }} \
-F "ref=heat/base" \
-F "variables[SHA]=$GITHUB_SHA" \
-F "variables[GHBRANCH]=${{ steps.branch-names.outputs.current_branch }}" \
https://codebase.helmholtz.cloud/api/v4/projects/7605/trigger/pipeline -o /dev/null