Skip to content

Commit

Permalink
Improve config and tweak workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Apr 5, 2024
1 parent 2de9c51 commit 62701f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
uses: ./.github/workflows/release.yml
permissions:
contents: write
secrets:
GPG_KEY_BASE64: ${{ secrets.GPG_KEY_BASE64 }}
packages: write
id-token: write
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -64,5 +66,5 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY}"
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY@L}"
done
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
if: startsWith(matrix.action, 'install')

- name: Run chart-testing (${{ matrix.action }})
run: ct ${{ matrix.action }} --config config.yaml
run: ct ${{ matrix.action }} --config config.yaml --debug
1 change: 0 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ chart-dirs:
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
generate-release-notes: true
debug: true

0 comments on commit 62701f7

Please sign in to comment.