Skip to content

Commit

Permalink
macos credentials.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 31, 2024
1 parent 190274e commit 5de2694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-dependencies-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ runs:
# Give OPA executable execute permissions
chmod +x opa_darwin_amd64
# Setup credentials for service account
echo ${{ inputs.credentials }}
echo ${{ inputs.credentials }} >> credentials.json
echo "${{ inputs.credentials }}"
echo "${{ inputs.credentials }}" >> credentials.json
cat credentials.json

0 comments on commit 5de2694

Please sign in to comment.