adding infisical action to workflows
This commit is contained in:
@@ -21,17 +21,13 @@ jobs:
|
|||||||
api
|
api
|
||||||
client
|
client
|
||||||
|
|
||||||
- name: Ping
|
|
||||||
run: |
|
|
||||||
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:
|
||||||
domain: http://infisical
|
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-j227
|
||||||
env-slug: ${{ inputs.environment_name }}
|
env-slug: ${{ inputs.environment_name }}
|
||||||
secret-path: /flying
|
secret-path: /flying
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user