Skip to content

Bump robvanderleek/create-issue-branch (#1353) #117

Bump robvanderleek/create-issue-branch (#1353)

Bump robvanderleek/create-issue-branch (#1353) #117

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@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: 'start test'
run: |
curl -s -X POST \
--fail \
-F token=${{ secrets.CB_PIPELINE }} \
-F "ref=heat/base" \
-F "variables[SHA]=$GITHUB_SHA" \
https://codebase.helmholtz.cloud/api/v4/projects/7605/trigger/pipeline -o /dev/null