Skip to content

Commit 32f5e64

Browse files
committed
fix: Remove artifacthub step (for now)
1 parent 8c8df99 commit 32f5e64

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/helm.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,11 @@ jobs:
7777
--password $CLOUDSMITH_API_KEY \
7878
https://helm.cloudsmith.io/$CLOUDSMITH_REPO/
7979
80-
- name: 📬 Publish to ArtifactHub
81-
if: ${{ secrets.ARTIFACTHUB_API_KEY != '' }}
82-
env:
83-
AH_API_KEY: ${{ secrets.ARTIFACTHUB_API_KEY }}
84-
run: |
85-
curl -X POST https://artifacthub.io/api/v1/packages/helm/sync \
86-
-H "X-API-KEY: $AH_API_KEY" \
87-
-H "Content-Type: application/json" \
88-
-d '{"repository_name":"domain-locker"}'
80+
# - name: 📬 Publish to ArtifactHub
81+
# env:
82+
# AH_API_KEY: ${{ secrets.ARTIFACTHUB_API_KEY }}
83+
# run: |
84+
# curl -X POST https://artifacthub.io/api/v1/packages/helm/sync \
85+
# -H "X-API-KEY: $AH_API_KEY" \
86+
# -H "Content-Type: application/json" \
87+
# -d '{"repository_name":"domain-locker"}'

0 commit comments

Comments
 (0)