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

Commit

Permalink
Testing reusable flow 47
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed May 22, 2023
1 parent 52291b1 commit 77c766a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
uses: ./.github/workflows/run-e2e-local.yml
with:
environment: lab
gitref: ${{ GITHUB_REF }}
gitref: ${{ github.ref }}
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}

e2e-remote-lab:
uses: ./.github/workflows/run-e2e-remote.yml
with:
environment: lab
gitref: ${{ GITHUB_REF }}
gitref: ${{ github.ref }}
secrets:
sops_age_key: ${{ secrets.SOPS_AGE_PRIVATE_KEY }}

0 comments on commit 77c766a

Please sign in to comment.