diff --git a/.gitea/workflows/build_and_test.yaml b/.gitea/workflows/build_and_test.yaml index 95b170d..287f253 100644 --- a/.gitea/workflows/build_and_test.yaml +++ b/.gitea/workflows/build_and_test.yaml @@ -24,7 +24,7 @@ jobs: - name: Get Secrets from Infisical uses: Infisical/secrets-action@v1.0.16 with: - domain: "https://secrets.noahspan.me" + domain: http://infisical client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }} project-slug: noahspan-8t6-z diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 335660f..66e69d8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: - name: Get Secrets from Infisical uses: Infisical/secrets-action@v1.0.16 with: - domain: "https://secrets.noahspan.me" + domain: http://infisical client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }} project-slug: noahspan-8t6-z diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index 3fc5c49..9b7d41d 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -19,7 +19,7 @@ jobs: - name: Get secrets from Infisical uses: Infisical/secrets-action@v1.0.16 with: - domain: "https://secrets.noahspan.me" + domain: http://infisical client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }} project-slug: noahspan-8t6-z