adding infisical action to workflows #142

Merged
noah merged 9 commits from 141-update-workflows-with-infisical into main 2026-07-13 11:42:22 -04:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 4c77ebc1d6 - Show all commits

View File

@@ -21,6 +21,10 @@ jobs:
api api
client client
- name: Ping
uses: |
ping infisical
- 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:

View File

@@ -16,6 +16,10 @@ jobs:
sparse-checkout: | sparse-checkout: |
infrastructure infrastructure
- name: Ping
uses: |
ping infisical
- 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: