Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
moll-re committed Mar 18, 2024
1 parent 263e060 commit b8f7bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-webhook-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Install cert-manager-webhook-dnsimple
env:
API_TOKEN: ${{ secrets.DNSIMPLE_API_TOKEN }}
DNSIMPLE_API_TOKEN: ${{ secrets.DNSIMPLE_API_TOKEN }}
run: |
helm install cert-manager-webhook-dnsimple ./charts/cert-manager-webhook-dnsimple \
--set dnsimple.token='${{ secrets.DNSIMPLE_API_TOKEN }}' \
--set dnsimple.token='$DNSIMPLE_API_TOKEN' \
--set dnsimple.apiBaseURL=https://api.sandbox.dnsimple.com \
--set image.repository=ghcr.io/moll-re/cert-manager-webhook-dnsimple \
--set image.tag=latest
Expand Down

0 comments on commit b8f7bba

Please sign in to comment.