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 5757 composer-
5858
5959 - 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 }}
6161
6262 - name : Install dependencies on tools
6363 run : composer update --ansi --no-interaction
Original file line number Diff line number Diff line change 6969 phpstan-
7070
7171 - 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 }}
7373
7474 - name : Install dependencies
7575 run : composer update --ansi --no-interaction
Original file line number Diff line number Diff line change 5757 composer-
5858
5959 - 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 }}
6161
6262 - name : Install dependencies
6363 run : composer update --ansi --no-interaction
You can’t perform that action at this time.
0 commit comments