Skip to content

Commit

Permalink
Issue #0: Add doc about the token
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Mar 25, 2024
1 parent 6313747 commit c9c0d9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:

- name: Add HTTP basic auth credentials
run: |
# Using GitHub repository secret to provide a token for GitHub downloads.
# The secret should named AUTH_JSON_FOR_BOILERPLATE_GITHUB_CI and be like this:
# {
# "github-oauth": {
# "github.com": "<A PERSONAL ACCESS TOKEN>"
# }
# }
echo "auth.json path: $GITHUB_WORKSPACE/auth.json"
echo '${{ secrets.auth_json_for_boilerplate_github_ci }}' > $GITHUB_WORKSPACE/auth.json
pwd
Expand Down

0 comments on commit c9c0d9b

Please sign in to comment.