From 4c77ebc1d62910ca293bc0ba4487bddec63266b9 Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Mon, 13 Jul 2026 08:49:43 -0500 Subject: [PATCH] adding infisical action to workflows --- .gitea/workflows/build_and_test.yaml | 4 ++++ .gitea/workflows/infrastructure.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitea/workflows/build_and_test.yaml b/.gitea/workflows/build_and_test.yaml index 287f253..50b1178 100644 --- a/.gitea/workflows/build_and_test.yaml +++ b/.gitea/workflows/build_and_test.yaml @@ -21,6 +21,10 @@ jobs: api client + - name: Ping + uses: | + ping infisical + - name: Get Secrets from Infisical uses: Infisical/secrets-action@v1.0.16 with: diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index 9b7d41d..62f29e4 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -16,6 +16,10 @@ jobs: sparse-checkout: | infrastructure + - name: Ping + uses: | + ping infisical + - name: Get secrets from Infisical uses: Infisical/secrets-action@v1.0.16 with: