adding infisical action to workflows
Some checks failed
Pull Request / changes (pull_request) Successful in 1m6s
Pull Request / build-and-test (pull_request) Failing after 2m51s

This commit is contained in:
2026-07-13 08:43:03 -05:00
parent d51e95f59e
commit 650ea704aa
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Get Secrets from Infisical - name: Get Secrets from Infisical
uses: Infisical/secrets-action@v1.0.16 uses: Infisical/secrets-action@v1.0.16
with: with:
domain: "https://secrets.noahspan.me" domain: http://infisical
client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-id: ${{ secrets.INFISICAL_CLIENT_ID }}
client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
project-slug: noahspan-8t6-z project-slug: noahspan-8t6-z

View File

@@ -24,7 +24,7 @@ jobs:
- name: Get Secrets from Infisical - name: Get Secrets from Infisical
uses: Infisical/secrets-action@v1.0.16 uses: Infisical/secrets-action@v1.0.16
with: with:
domain: "https://secrets.noahspan.me" domain: http://infisical
client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-id: ${{ secrets.INFISICAL_CLIENT_ID }}
client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
project-slug: noahspan-8t6-z project-slug: noahspan-8t6-z

View File

@@ -19,7 +19,7 @@ jobs:
- name: Get secrets from Infisical - name: Get secrets from Infisical
uses: Infisical/secrets-action@v1.0.16 uses: Infisical/secrets-action@v1.0.16
with: with:
domain: "https://secrets.noahspan.me" domain: http://infisical
client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-id: ${{ secrets.INFISICAL_CLIENT_ID }}
client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
project-slug: noahspan-8t6-z project-slug: noahspan-8t6-z