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 090f4b0cead4a14d3d4060dab38775df2132bac4
parent c6c5a43d06eb0a4c893ccc9be7bcd420bd92d794
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  4 Mar 2024 11:24:23 +0100

Fix release scripts

Diffstat:
M.github/workflows/release.yml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -11,7 +11,6 @@ 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