diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8b58931..11441d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,5 @@ jobs: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.0 - with: - config: cr.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/cr.yaml b/cr.yaml deleted file mode 100644 index 3b20d54..0000000 --- a/cr.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# Set to true for GPG signing -sign: true -# UID of the GPG key to use -key: Chart Releaser Test Key