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 e3bb497 commit c9b1715
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup-dependencies-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ runs:
with:
name: "credentials.json"
json: ${{ inputs.credentials }}

- name: Setup credentials for service account
id: create-json-1
uses: jsdaniell/[email protected]
with:
name: "credentials-1.json"
json: "${{ inputs.credentials }}"

- name: Setup credentials for service account
shell: bash
run: |
cat credentials.json
ls -la
- name: Setup virtualenv
Expand Down

0 comments on commit c9b1715

Please sign in to comment.