File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
composer-
58
58
59
59
- name : Setup Composer's GitHub OAuth access
60
- run : composer config --global github-oauth.github.com ${{ secrets.ACCESS_TOKEN }}
60
+ run : composer config --global github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
61
61
62
62
- name : Install dependencies on tools
63
63
run : composer update --ansi --no-interaction
Original file line number Diff line number Diff line change 69
69
phpstan-
70
70
71
71
- name : Setup Composer's GitHub OAuth access
72
- run : composer config --global github-oauth.github.com ${{ secrets.ACCESS_TOKEN }}
72
+ run : composer config --global github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
73
73
74
74
- name : Install dependencies
75
75
run : composer update --ansi --no-interaction
Original file line number Diff line number Diff line change 57
57
composer-
58
58
59
59
- name : Setup Composer's GitHub OAuth access
60
- run : composer config --global github-oauth.github.com ${{ secrets.ACCESS_TOKEN }}
60
+ run : composer config --global github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
61
61
62
62
- name : Install dependencies
63
63
run : composer update --ansi --no-interaction
You can’t perform that action at this time.
0 commit comments