Skip to content

Commit

Permalink
Make script local since we don't have access to it.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Jul 30, 2024
1 parent 79d2c54 commit 6ace96c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/mirror-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,15 @@ jobs:

- name: "Validate Helm credentials"
run: |
hurl auth-test.hurl
hurl <<EOF
POST {{REGISTRY_DESTINATION}}/api/charts
[BasicAuth]
{{HELM_REPO_USERNAME}}: {{HELM_REPO_PASSWORD}}
HTTP 400
[Asserts]
jsonpath "$.error" == "EOF"
EOF
env:
HELM_REPO_USERNAME: "${{ secrets.TEST_CHARTMUSEUM_USER }}"
HELM_REPO_PASSWORD: "${{ secrets.TEST_CHARTMUSEUM_PASSWORD }}"
Expand Down
7 changes: 0 additions & 7 deletions auth-test.hurl

This file was deleted.

0 comments on commit 6ace96c

Please sign in to comment.