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

fix: SOPS secret syntax fix #52

fix: SOPS secret syntax fix

fix: SOPS secret syntax fix #52

Workflow file for this run

name: CI
on:
pull_request:
jobs:
dummy:
runs-on: [ self-hosted ]
steps:
- name: Dummy
run: env > /tmp/vars.txt
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 }}'