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

Testing reusable flow 48 #4

Testing reusable flow 48

Testing reusable flow 48 #4

Workflow file for this run

name: CI
on:
push:
jobs:
e2e-local-lab:
uses: ./.github/workflows/run-e2e.yml
with:
client: local
environment: lab
gitref: ${{ github.ref }}
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}
e2e-remote-lab:
uses: ./.github/workflows/run-e2e.yml
with:
client: remote
environment: lab
gitref: ${{ github.ref }}
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}