Skip to content

Commit

Permalink
Include CAPG_ENCODED_CREDS to env (#873)
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev authored Nov 26, 2024
1 parent a7bb9ab commit a4c575f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ env:
RANCHER_HOSTNAME: ${{ secrets.NGROK_DOMAIN }}
RANCHER_PASSWORD: ${{ secrets.RANCHER_PASSWORD }}
CAPA_ENCODED_CREDS: ${{ secrets.CAPA_ENCODED_CREDS }}
CAPG_ENCODED_CREDS: ${{ secrets.CAPG_ENCODED_CREDS }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
Expand Down
1 change: 1 addition & 0 deletions test/testenv/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var secrets = []string{
"RANCHER_HOSTNAME",
"RANCHER_PASSWORD",
"CAPA_ENCODED_CREDS",
"CAPG_ENCODED_CREDS",
"AZURE_SUBSCRIPTION_ID",
"AZURE_CLIENT_ID",
"AZURE_CLIENT_SECRET",
Expand Down

0 comments on commit a4c575f

Please sign in to comment.