Skip to content

Commit

Permalink
OCI chart releaser does the wrong thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Oct 29, 2024
1 parent 9e6165e commit b35b86d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Run gh-pages chart-releaser
uses: helm/[email protected]
with:
charts_dir: chart
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Run OCI chart-releaser
uses: bitdeps/[email protected]
with:
oci_registry: ghcr.io/${{ github.actor }}
oci_username: ${{ github.actor }}
oci_password: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b35b86d

Please sign in to comment.