Skip to content

fix gha 2

fix gha 2 #3

---
name: Trigger Loadtest
on:
workflow_dispatch:
push:
branch: DBP-1012-setup-loadtest-env
jobs:
run_loadtest:
permissions:
packages: write
security-events: write
contents: read
# change later back to main branch
uses: .github/workflows/install-and-run-spsh-loadtestitem.yml@DBP-1012-setup-loadtest-env

Check failure on line 16 in .github/workflows/trigger-loadtest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-loadtest.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
branch: DBP-1012-setup-loadtest-env #
secrets:
# token: ${{ secrets.GITHUB_TOKEN }} # not sure whether this is needed
KUBECONFIG: ${{ secrets.KUBECONFIG }}