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 88d704e commit e3bb497
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/actions/setup-dependencies-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ runs:
name: "credentials-1.json"
json: "${{ inputs.credentials }}"

#- name: Setup credentials for service account
# shell: bash
# run: |
# echo ${{ inputs.credentials }} >> credentials.json
# ls -la
- name: Setup credentials for service account
shell: bash
run: |
ls -la
- name: Setup virtualenv
shell: bash
Expand Down

0 comments on commit e3bb497

Please sign in to comment.