Skip to content

Commit

Permalink
Remove unused secret
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 2, 2023
1 parent 1b1366d commit 70aa9de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/change-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ on:
required: true
OS_PASSWORD:
required: true
OS_PROJECT_ID:
required: true
OS_PROJECT_NAME:
required: true
OS_USERNAME:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
# static variables
CLUSTER_URL: ${{ secrets.CLUSTER_URL }}
OS_PASSWORD: ${{ secrets.OS_PASSWORD }}
OS_PROJECT_ID:
OS_PROJECT_NAME: ${{ secrets.OS_PROJECT_NAME }}
OS_USERNAME: ${{ secrets.OS_USERNAME }}
API_OVH_TOKEN: ${{ secrets.API_OVH_TOKEN }}

0 comments on commit 70aa9de

Please sign in to comment.