Skip to content

Commit

Permalink
Use another secret (previous one seems to be expired)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed Jan 8, 2024
1 parent 1b9a9f9 commit 4f5156c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Add composer
uses: php-actions/composer@v6
env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.PAT }}"} }'


- name: Add HTTP basic auth credentials
run: |
echo "auth.json path: $GITHUB_WORKSPACE/auth.json"
echo '${{ secrets.auth_json_for_boierpalte_github_ci }}' > $GITHUB_WORKSPACE/auth.json
echo '${{ secrets.PAT }}' > $GITHUB_WORKSPACE/auth.json
pwd
- name: Prepare container for testing
Expand Down

0 comments on commit 4f5156c

Please sign in to comment.