From 205c65bc1182f0b68dfab98c13ab1b00eac5ca1d Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Wed, 2 Apr 2025 16:49:35 +0200 Subject: [PATCH] update authentik workflow --- .forgejo/workflows/authentik.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.forgejo/workflows/authentik.yaml b/.forgejo/workflows/authentik.yaml index 0090290..d1904c8 100644 --- a/.forgejo/workflows/authentik.yaml +++ b/.forgejo/workflows/authentik.yaml @@ -7,7 +7,7 @@ on: jobs: authentik": - runs-on: docker + runs-on: ubuntu steps: - uses: actions/checkout@v4 with: @@ -35,11 +35,11 @@ jobs: export AUTHENTIK_TOKEN=${{ secrets.AUTHENTIK_TOKEN }} export AUTHENTIK_URL="https://auth.lab.cowley.tech" tofu plan -out tfplan - - name: Tofu Apply - working-directory: ${{ github.workspace }}/authentik" - run: | - export KUBE_CONFIG_PATH="/tmp/kubeconfig" - echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH} - export AUTHENTIK_TOKEN=${{ secrets.AUTHENTIK_TOKEN }} - export AUTHENTIK_URL="https://auth.lab.cowley.tech" - tofu apply tfplan + #- name: Tofu Apply + # working-directory: ${{ github.workspace }}/authentik" + # run: | + # export KUBE_CONFIG_PATH="/tmp/kubeconfig" + # echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH} + # export AUTHENTIK_TOKEN=${{ secrets.AUTHENTIK_TOKEN }} + # export AUTHENTIK_URL="https://auth.lab.cowley.tech" + # tofu apply tfplan