Skip to content

Commit

Permalink
Issue #0: Debug auth.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Mar 25, 2024
1 parent ba995a4 commit cc61cf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
# }
echo "auth.json path: $GITHUB_WORKSPACE/auth.json"
echo '${{ secrets.auth_json_for_boilerplate_github_ci }}' > $GITHUB_WORKSPACE/auth.json
echo "Debug: Display auth.json file (token should be regenerated after these tests!)"
cat $GITHUB_WORKSPACE/auth.json
pwd
- name: Prepare container for testing
Expand Down

0 comments on commit cc61cf2

Please sign in to comment.