element-call-helm

An experimental helm chart deploying a full element-call instance
git clone git://archive.git.mtrnord.blog/MTRNord/element-call-helm.git
Log | Files | Refs | README

commit c6c5a43d06eb0a4c893ccc9be7bcd420bd92d794
parent 8d27dbb011ecbed65174e273cac3f3250a6adaf4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  4 Mar 2024 11:23:38 +0100

Fix release scripts

Diffstat:
M.github/workflows/release.yml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Release Charts on: push: - tags: - - '*' + branches: + - main jobs: release: @@ -11,6 +11,7 @@ jobs: # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token permissions: contents: write + workflows: write runs-on: ubuntu-latest steps: - name: Checkout