Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fixup secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBassoOcto authored Jan 5, 2024
1 parent 59de9f0 commit f6b235d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ovh-gpu-toggle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: "Call API"
id: api
run: |
INSTANCE_ID=${{ secrets.INSTANCE_ID }}
PROJECT_ID=${{ secrets.PROJECT_ID }}
OVH_CONSUMER_KEY=${{ secrets.OVH_CONSUMER_KEY }}
OVH_APP_KEY=${{ secrets.OVH_APP_KEY }}
OVH_APP_SECRET=${{ secrets.OVH_APP_SECRET }}
HTTP_METHOD="POST"
HTTP_QUERY="https://eu.api.ovh.com/1.0/cloud/project/${PROJECT_ID}/instance/${INSTANCE_ID}/start"
TIME=$(curl -s https://eu.api.ovh.com/1.0/auth/time)
Expand Down

0 comments on commit f6b235d

Please sign in to comment.