Skip to content

Commit

Permalink
try different approach for creating credentials.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 31, 2024
1 parent 9b7f612 commit d5019b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Setup credentials for service account
shell: bash
run: |
echo "${{ inputs.credentials }}" | jq '.' > credentials.json
echo "${{ inputs.credentials }}" > credentials.json
ls -la
- name: Setup virtualenv
Expand Down

0 comments on commit d5019b2

Please sign in to comment.