File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff 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"}'
You can’t perform that action at this time.
0 commit comments