Skip to content

Commit

Permalink
test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Nov 7, 2024
1 parent 6b4871d commit 721ca0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/extract-1password-secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ runs:
shell: bash
continue-on-error: true
env:
key_values: ${{ vars.ONE_PASSWORD_SECRET_REFERENCES }}
# key_values: ${{ vars.ONE_PASSWORD_SECRET_REFERENCES }}
qaz: ${{ secrets.GCP_WEB_VALIDATOR_SA_KEY }}
run: |
keys=$(echo "${{ inputs.keys }}" | tr ',' ' ')
for key in $keys; do
Expand Down

0 comments on commit 721ca0d

Please sign in to comment.