Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Testing reusable flow 44 #22

Testing reusable flow 44

Testing reusable flow 44 #22

Workflow file for this run

name: E2E Lab
on:
push:
# TODO: Change this to CI, any changes to E2E tests should pass on a working env.
jobs:
e2e:
uses: ./.github/workflows/run-e2e.yml
with:
environment: lab
# branch: TODO: Set to current branch
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}