Skip to content

Commit

Permalink
use v3 secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Feb 21, 2024
1 parent 65a146c commit 075c071
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integ-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ jobs:
--create-cluster \
--create-csi-secret \
--tear-down-csi \
--tear-down-cluster \
-run '^$' \
--image exoscale/csi-driver-integ-test:csi-pr-integ-test \
--cluster-name csi-pr-integ-test \
--zone ch-gva-2
shell: bash
env:
EXOSCALE_API_KEY: ${{ secrets.EXOSCALE_API_KEY }}
EXOSCALE_API_SECRET: ${{ secrets.EXOSCALE_API_SECRET }}
EXOSCALE_API_KEY: ${{ secrets.EXOSCALE_API_KEY_IAMV3 }}
EXOSCALE_API_SECRET: ${{ secrets.EXOSCALE_API_SECRET_IAMV3 }}

0 comments on commit 075c071

Please sign in to comment.