Skip to content

Commit

Permalink
Update .github/workflows/integration.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Verbanic <verbanicm@users.noreply.github.com>
Signed-off-by: Seth Vargo <seth@sethvargo.com>
  • Loading branch information
sethvargo and verbanicm authored Oct 24, 2024
1 parent 3f5d027 commit c5e2092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
regional:${{ vars.REGIONAL_SECRET_NAME }}
- name: 'outputs'
run: echo '${{ steps.secrets.outputs.token }}${{ steps.secrets.outputs.password }}${{ steps.secrets-encoded.outputs.regional }}'
run: echo '${{ steps.secrets.outputs.token }}${{ steps.secrets.outputs.password }}${{ steps.secrets.outputs.regional }}'

- id: 'secrets-encoded'
name: 'secrets-encoded'
Expand Down

0 comments on commit c5e2092

Please sign in to comment.