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 6c6395e commit c24fdf2Copy full SHA for c24fdf2
.github/workflows/terraform_apply.yml
@@ -49,7 +49,11 @@ jobs:
49
50
# Create google cloud service account credential.json file
51
- name: Configure GCP service account credentials
52
- run: echo "${{ secrets.GCP_SERVICE_ACCOUNT_JSON_VALUE }}" > credentials.json
+ id: create-json
53
+ uses: jsdaniell/[email protected]
54
+ with:
55
+ name: "credentials.json"
56
+ json: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON_VALUE }}
57
58
# Create github ssh key directory
59
- name: Configure github ssh
0 commit comments