mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix PHP 8.5 CI failure: authenticate Composer with GitHub token for VCS deps
This commit is contained in:
committed by
GitHub
parent
d6eec9b425
commit
d7c6c61bdf
@@ -29,6 +29,8 @@ jobs:
|
||||
|
||||
- name: Run composer update
|
||||
run: composer update --prefer-dist --no-interaction --no-progress --no-scripts
|
||||
env:
|
||||
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.GITHUB_TOKEN }}"}}'
|
||||
|
||||
- name: Generate app key
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user