Skip to content

Commit

Permalink
Merge pull request #152 from 1Password/chas/scim2.9.9
Browse files Browse the repository at this point in the history
Use helm/chart-releaser-action
  • Loading branch information
chasdl authored Dec 19, 2024
2 parents 7e3e15f + a591689 commit b324ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Set up chart test CLI
uses: helm/[email protected]
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
# Fork of helm/chart-releaser-action to avoid unwanted release attempts.
# Upstream PR: https://github.com/helm/chart-releaser-action/pull/80
uses: florisvdg/[email protected]
uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
HELM_EXPERIMENTAL_OCI: 1

0 comments on commit b324ddc

Please sign in to comment.