mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix: add delinea env vars for e2e tests (#2469)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
parent
d8bc4b755e
commit
9074b98458
1 changed files with 5 additions and 1 deletions
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
|
@ -41,7 +41,11 @@ env:
|
||||||
SCALEWAY_PROJECT_ID: ${{ secrets.SCALEWAY_PROJECT_ID }}
|
SCALEWAY_PROJECT_ID: ${{ secrets.SCALEWAY_PROJECT_ID }}
|
||||||
SCALEWAY_ACCESS_KEY: ${{ secrets.SCALEWAY_ACCESS_KEY }}
|
SCALEWAY_ACCESS_KEY: ${{ secrets.SCALEWAY_ACCESS_KEY }}
|
||||||
SCALEWAY_SECRET_KEY: ${{ secrets.SCALEWAY_SECRET_KEY }}
|
SCALEWAY_SECRET_KEY: ${{ secrets.SCALEWAY_SECRET_KEY }}
|
||||||
|
DELINEA_TLD: ${{ secrets.DELINEA_TLD }}
|
||||||
|
DELINEA_URL_TEMPLATE: ${{ secrets.DELINEA_URL_TEMPLATE }}
|
||||||
|
DELINEA_TENANT: ${{ secrets.DELINEA_TENANT }}
|
||||||
|
DELINEA_CLIENT_ID: ${{ secrets.DELINEA_CLIENT_ID }}
|
||||||
|
DELINEA_CLIENT_SECRET: ${{ secrets.DELINEA_CLIENT_SECRET }}
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
integration-trusted:
|
integration-trusted:
|
||||||
|
|
Loading…
Reference in a new issue