Skip to content

Commit

Permalink
add static variables
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 2, 2023
1 parent 70aa9de commit a925bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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 }}
API_OVH_TOKEN: ${{ secrets.API_OVH_TOKEN }}
JOB_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a925bd7

Please sign in to comment.