File tree Expand file tree Collapse file tree 5 files changed +21
-7
lines changed Expand file tree Collapse file tree 5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 6666 restore-keys : phpstan-${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
6767
6868 - name : Add token
69+ env :
70+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6971 run : |
70- composer config github-oauth.github.com ${{ secrets. GITHUB_TOKEN }}
72+ composer config github-oauth.github.com $GITHUB_TOKEN
7173
7274 - name : Install dependencies
7375 if : steps.composer-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 6969 restore-keys : phpstan-${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
7070
7171 - name : Add token
72+ env :
73+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7274 run : |
73- composer config github-oauth.github.com ${{ secrets. GITHUB_TOKEN }}
75+ composer config github-oauth.github.com $GITHUB_TOKEN
7476
7577 - name : Install dependencies
7678 if : steps.composer-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 7171 restore-keys : ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
7272
7373 - name : Add token
74+ env :
75+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7476 run : |
75- composer config github-oauth.github.com ${{ secrets. GITHUB_TOKEN }}
77+ composer config github-oauth.github.com $GITHUB_TOKEN
7678
7779 - name : Install dependencies
7880 if : steps.composer-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 6868 restore-keys : ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
6969
7070 - name : Add token
71+ env :
72+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7173 run : |
72- composer config github-oauth.github.com ${{ secrets. GITHUB_TOKEN }}
74+ composer config github-oauth.github.com $GITHUB_TOKEN
7375
7476 - name : Install dependencies
7577 if : steps.composer-cache.outputs.cache-hit != 'true'
@@ -147,8 +149,10 @@ jobs:
147149 restore-keys : ${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}-composer-
148150
149151 - name : Add token
152+ env :
153+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
150154 run : |
151- composer config github-oauth.github.com ${{ secrets. GITHUB_TOKEN }}
155+ composer config github-oauth.github.com $GITHUB_TOKEN
152156
153157 - name : Install dependencies
154158 if : steps.composer-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 7070 restore-keys : ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
7171
7272 - name : Add token
73+ env :
74+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7375 run : |
74- composer config github-oauth.github.com ${{ secrets. GITHUB_TOKEN }}
76+ composer config github-oauth.github.com $GITHUB_TOKEN
7577
7678 - name : Install dependencies
7779 if : steps.composer-cache.outputs.cache-hit != 'true'
@@ -149,8 +151,10 @@ jobs:
149151 restore-keys : ${{ matrix.os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
150152
151153 - name : Add token
154+ env :
155+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152156 run : |
153- composer config github-oauth.github.com ${{ secrets. GITHUB_TOKEN }}
157+ composer config github-oauth.github.com $GITHUB_TOKEN
154158
155159 - name : Install dependencies
156160 if : steps.composer-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments