Skip to content

Commit

Permalink
chore: add variables to e2e long workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Case <richard.case@suse.com>
  • Loading branch information
richardcase committed Oct 3, 2023
1 parent 285f1e3 commit a9ac80a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
RANCHER_HOSTNAME: ${{ secrets.NGROK_DOMAIN }}
RANCHER_PASSWORD: ${{ secrets.RANCHER_PASSWORD }}
CAPA_ENCODED_CREDS: ${{ secrets.CAPA_ENCODED_CREDS }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}

jobs:
e2e:
Expand Down

0 comments on commit a9ac80a

Please sign in to comment.