From b053d1384df49b9e9984954c959b7c1b2d9b9278 Mon Sep 17 00:00:00 2001 From: Mikko Parviainen Date: Thu, 28 Sep 2023 11:21:39 +0300 Subject: [PATCH] Prepare for default branch rename (master to main). --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd11433..b2afe48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,14 +1,13 @@ +# From: https://github.com/marketplace/actions/helm-chart-releaser name: Release Charts on: push: branches: - - master + - main jobs: release: - # depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions - # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token permissions: contents: write runs-on: ubuntu-latest