Skip to content

Commit

Permalink
Don't overwrite auth.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellenwood committed Sep 3, 2024
1 parent d3b927e commit c79515b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
run: |
mkdir -p dev/docker/composer
printf '{ "config": {}, "repositories": { "packagist": { "type": "composer", "url": "https://packagist.org" } } }' > dev/docker/composer/config.json
printf '{ "github-oauth": { "github.com": "%s" } }\n' "${{ secrets.GITHUB_TOKEN }}" > dev/docker/composer/auth.json
- name: Check for Cached Composer Dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit c79515b

Please sign in to comment.