Skip to content

Commit

Permalink
preparing actions for non-secret value support
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed Sep 18, 2024
1 parent 0683768 commit b5bc2ed
Show file tree
Hide file tree
Showing 8 changed files with 9,677 additions and 9,808 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
version: [0.2.0, 0.3.0]
version: [0.3.0, 0.5.6]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
slv vault put -v pets.slv.yml --name AWESOME_CAT --secret "$KNOWN_TEST_SECRET"
cat pets.slv.yml
- name: Load SLV Secrets
- name: Load SLV Vault to Environment
uses: ./
with:
vault: pets.slv.yml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SLV Action
name: SLV
description: Sets up the SLV CLI and helps in injecting vault secrets as masked environment variables for workflows to consume.
inputs:
version:
Expand Down
Loading

0 comments on commit b5bc2ed

Please sign in to comment.