cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 979a9679ac9bf8ca7fb157a1620ba82df07a6a73
parent 7623999677f5a0c1b349cbfe3423936b675e4bd8
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 24 Mar 2024 18:39:42 +0100

Fix token mismatch

Diffstat:
M.forgejo/workflows/update.yaml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml @@ -20,6 +20,9 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Setup Flux CLI uses: https://github.com/fluxcd/flux2/action@main + with: + token: ${{ secrets.HELPER_TOKEN_GITHUB }} + - name: Check for updates id: update run: |