We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb341f commit 06aa0a9Copy full SHA for 06aa0a9
.github/workflows/nightly.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: "Authenticate to GCP"
85
run: |
86
- echo ${{ secrets.GCP_CONNECTION }} > creds.json
+ echo '${{ secrets.GCP_CONNECTION }}' >> creds.json
87
bundle exec bolt file upload creds.json creds.json -t ssh_nodes -i spec/fixtures/litmus_inventory.yaml
88
bundle exec bolt command run "gcloud auth activate-service-account --key-file creds.json" -t ssh_nodes -i spec/fixtures/litmus_inventory.yaml
89
0 commit comments