Skip to content

Commit

Permalink
change encoding to data
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 2, 2023
1 parent 40019e4 commit 1beb9ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/change-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
namespace: ${{ inputs.namespace }}
secret-type: 'generic'
secret-name: ${{ inputs.secret_name }}
string-data: |-
data: |
{
"OS_PASSWORD": ${{ secrets.OS_PASSWORD }},
"OS_PROJECT_NAME": ${{ secrets.OS_PROJECT_NAME }},
"OS_USERNAME": ${{ secrets.OS_USERNAME }},
"X_OVH_TOKEN": ${{ secrets.X_OVH_TOKEN }},
"API_OVH_TOKEN": ${{ secrets.API_OVH_TOKEN }}
"OS_PASSWORD": "${{ secrets.OS_PASSWORD }}",
"OS_PROJECT_NAME": "${{ secrets.OS_PROJECT_NAME }}",
"OS_USERNAME": "${{ secrets.OS_USERNAME }}",
"X_OVH_TOKEN": "${{ secrets.X_OVH_TOKEN }}",
"API_OVH_TOKEN": "${{ secrets.API_OVH_TOKEN }}"
}
- name: Install yq
Expand Down

0 comments on commit 1beb9ce

Please sign in to comment.