Skip to content

Commit 36b2961

Browse files
fix: use vars for ovh endpoint
1 parent a8b9a84 commit 36b2961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/list_ovh_instances.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
2323
- name: Check OVH_ENDPOINT and OVH_SERVICE_NAME
2424
run: |
25-
echo "OVH_ENDPOINT: ${{ secrets.OVH_ENDPOINT }}"
25+
echo "OVH_ENDPOINT: ${{ vars.OVH_ENDPOINT }}"
2626
echo "OVH_SERVICE_NAME: ${{ secrets.OVH_SERVICE_NAME }}"
2727
2828
- name: Run OVH API script
2929
env:
30-
OVH_ENDPOINT: ${{ secrets.OVH_ENDPOINT }}
30+
OVH_ENDPOINT: ${{ vars.OVH_ENDPOINT }}
3131
OVH_APPLICATION_KEY: ${{ secrets.OVH_APPLICATION_KEY }}
3232
OVH_APPLICATION_SECRET: ${{ secrets.OVH_APPLICATION_SECRET }}
3333
OVH_CONSUMER_KEY: ${{ secrets.OVH_CONSUMER_KEY }}

0 commit comments

Comments
 (0)