Skip to content

Commit

Permalink
misc: finalized branding
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed May 9, 2024
1 parent 80c5fc0 commit ad3d02f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With this action, you can use your Infisical secrets in two ways: as environment
Secrets are injected as environment variables and can be referenced by subsequent workflow steps.

```yaml
- uses: Infisical/secrets-action@v1.0.5
- uses: Infisical/secrets-action@v1.0.6
with:
client-id: ${{ secrets.MACHINE_IDENTITY_CLIENT_ID }} # Update this to your own Github references
client-secret: ${{ secrets.MACHINE_IDENTITY_CLIENT_SECRET }} # Update this to your own Github references
Expand All @@ -29,7 +29,7 @@ Secrets are injected as environment variables and can be referenced by subsequen
Exports secrets to a file in your `GITHUB_WORKSPACE`, useful for applications that read from `.env` files.

```yaml
- uses: Infisical/secrets-action@v1.0.5
- uses: Infisical/secrets-action@v1.0.6
with:
client-id: ${{ secrets.MACHINE_IDENTITY_CLIENT_ID }} # Update this to your own Github references
client-secret: ${{ secrets.MACHINE_IDENTITY_CLIENT_SECRET }} # Update this to your own Github references
Expand Down
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Fetch Infisical Secrets
author: "Infisical"
description: "Fetch secrets from Infisical into your Github workflows"
branding:
icon: "lock"
color: "yellow"
inputs:
client-id:
description: "Machine Identity client ID"
Expand Down

0 comments on commit ad3d02f

Please sign in to comment.