-
Notifications
You must be signed in to change notification settings - Fork 14
Add bitdeps/helm-oci-charts-releaser #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,9 @@ | ||
| name: Release Charts | ||
|
|
||
| permissions: | ||
| contents: read | ||
| packages: write | ||
|
|
||
| on: | ||
| workflow_run: | ||
| workflows: | ||
|
|
@@ -30,3 +34,11 @@ jobs: | |
| uses: helm/chart-releaser-action@v1.6.0 | ||
| env: | ||
| CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | ||
| - name: Run chart-releaser - oci | ||
| uses: bitdeps/helm-oci-charts-releaser@v0.1.5 | ||
| with: | ||
| oci_registry: ghcr.io/subshell/helm-charts | ||
| oci_username: xxx | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hier hatte ich in meinen Tests meinen Username gesetzt. Richtig erscheint mir das aber nicht. Vielleicht reicht da ein dummy? |
||
| oci_password: '${{ secrets.GITHUB_TOKEN }}' | ||
| github_token: '${{ secrets.GITHUB_TOKEN }}' | ||
| skip_gh_release: 'true' | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Die Releases werden ja schon in Also vielleicht wäre es das beste, hier |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Für die Tests in NorddeutscherRundfunk#2 brauchte ich das. Kann aber gut sein, dass das hier anders ist. 🤔