Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francoriba committed Nov 22, 2024
1 parent 30d330a commit 0d8db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VaultWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
vault-secrets:
runs-on: ubuntu-latest
outputs:
verification_status: ${{ steps.verify.outputs.status }}
verification_status: ${{ steps.verify.outputs.status }} # make the status of the verification available for other workflows

steps:
- name: Debug Github Secrets # the 2 secrets needed for the vault action
Expand Down

0 comments on commit 0d8db4e

Please sign in to comment.