Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Oct 16, 2024
1 parent b4c89a5 commit 33d2f14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 33d2f14

Please sign in to comment.