more secrets
All checks were successful
/ test (push) Successful in 3m10s

This commit is contained in:
Joseph Hanson 2024-05-15 11:28:54 -05:00
parent 18cf0ba364
commit 602bbbc93a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -26,6 +26,6 @@ jobs:
env: env:
API_TOKEN: ${{ secrets.API_TOKEN }} API_TOKEN: ${{ secrets.API_TOKEN }}
- name: Test - name: Test
run: make test TEST_ZONE_NAME={{ secrets.TEST_ZONE_NAME }} run: make test TEST_ZONE_NAME=${{ secrets.TEST_ZONE_NAME }}
- name: Clean up - name: Clean up
run: rm -f testdata/dnsimple/dnsimple-secret.yaml run: rm -f testdata/dnsimple/dnsimple-secret.yaml