Skip to content

Commit

Permalink
Update wait-for-secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Oct 24, 2024
1 parent 1c13dff commit 02aa2e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/wait-for-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ jobs:
description: 'Dummy secret to demo wait-for-secrets'
- run: |
echo ${{ steps.get-otp.outputs.DUMMY_SECRET }}
- uses: step-security/[email protected]
id: get-otp1
with:
secrets: |
DUMMY_SECRET:
name: 'Dummy secret'
description: 'Dummy secret to demo wait-for-secrets'
- run: |
echo ${{ steps.get-otp1.outputs.DUMMY_SECRET }}

0 comments on commit 02aa2e5

Please sign in to comment.