Skip to content

Commit

Permalink
Previoue token dind't work, let's try to regenerate the previous one
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Jan 8, 2024
1 parent 4f5156c commit faba943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Add HTTP basic auth credentials
run: |
echo "auth.json path: $GITHUB_WORKSPACE/auth.json"
echo '${{ secrets.PAT }}' > $GITHUB_WORKSPACE/auth.json
echo '${{ secrets.auth_json_for_boierpalte_github_ci }}' > $GITHUB_WORKSPACE/auth.json
pwd
- name: Prepare container for testing
Expand Down

0 comments on commit faba943

Please sign in to comment.