Skip to content

Commit

Permalink
Merge pull request #62 from EGI-Federation/ansible
Browse files Browse the repository at this point in the history
try enclosing --extra-vars ACCESS_TOKEN with double quotes
  • Loading branch information
sebastian-luna-valero authored Sep 19, 2024
2 parents 703bcca + 971acc4 commit a055d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
${{ steps.public_ip.outputs.stdout }}
requirements: galaxy-requirements.yaml
options: |
--extra-vars ACCESS_TOKEN=$(mytoken AT --MT-env MYTOKEN)
--extra-vars ACCESS_TOKEN="$(mytoken AT --MT-env MYTOKEN)"
--extra-vars git_ref=${{ github.sha }}
--ssh-common-args="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
-u egi

0 comments on commit a055d4f

Please sign in to comment.