Skip to content

Commit

Permalink
fix: add missing variables to deletion workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored Aug 20, 2024
1 parent a503a6d commit 080acdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/delete_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
OVH_SSH_KEY_ID: ${{ secrets.OVH_SSH_KEY_ID }}
OVH_SERVICE_NAME: ${{ secrets.OVH_SERVICE_NAME }}
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID}}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY}}

INSTANCE_NAME_SUFFIX: ${{ inputs.instanceNameSuffix }}

0 comments on commit 080acdf

Please sign in to comment.