Skip to content

BC-5468 Used hardcoded values in automatic trigger workflow #1413

BC-5468 Used hardcoded values in automatic trigger workflow

BC-5468 Used hardcoded values in automatic trigger workflow #1413

name: e2e-automatic-trigger-tests
on: [push]
jobs:
e2e-system-tests:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout
uses: actions/checkout@v3
configuring-loading-secrets-running-tests:
needs: e2e-system-tests
uses: ./.github/workflows/main.yml
secrets:
service-account-token: ${{ secrets.CYPRESS_ONEPWD_SERVICE_ACCOUNT_TOKEN }}
with:
cypress_brb: https://brb-main.cd.dbildungscloud.dev
cypress_default: https://default-main.cd.dbildungscloud.dev
cypress_nbc: https://nbc-main.cd.dbildungscloud.dev
tag: tag:stable:ci
environment: dev