Skip to content

Commit

Permalink
fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 2, 2023
1 parent a925bd7 commit 2661708
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/change-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ on:
SA_SECRET:
description: 'Service account secret (run kubectl get serviceaccounts <service-account-name> -o yaml and copy the service-account-secret-name)'
required: true
CLUSTER_URL:
required: true
X_OVH_TOKEN:
required: true
API_OVH_TOKEN:
required: true
OS_PASSWORD:
required: true
OS_PROJECT_NAME:
required: true
OS_USERNAME:
required: true
CLUSTER_URL:
required: true
JOB_GITHUB_TOKEN:
required: true

Expand Down

0 comments on commit 2661708

Please sign in to comment.