diff --git a/.github/workflows/update-helm.yaml b/.github/workflows/update-helm.yaml index 1b438fea0e..0ecb9832b3 100644 --- a/.github/workflows/update-helm.yaml +++ b/.github/workflows/update-helm.yaml @@ -38,7 +38,7 @@ jobs: repository: mongodb/helm-charts token: ${{ steps.generate_token.outputs.token }} path: helm-charts-cloned - persist_credentials: true + persist-credentials: true - name: Verify if CRDs were changed id: crd-check @@ -55,8 +55,6 @@ jobs: devbox run -- "make helm-upd-rbac" - name: Create PR for helm-charts repo - env: - GH_TOKEN: ${{ steps.generate_token.outputs.token }} run: | cd ./helm-charts-cloned