Skip to content

Commit

Permalink
[TASK] Use the Composer OAuth token for the seminars early access
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 13, 2024
1 parent 02ff921 commit effb7cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
tools: composer:v2.6
- name: "Show Composer version"
run: composer --version
- name: Add the OAuth token
run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }}
- name: "Show the Composer configuration"
run: composer config --global --list
- name: "Cache dependencies installed with composer"
Expand Down Expand Up @@ -121,6 +123,9 @@ jobs:
- name: Show Composer version
run: composer --version

- name: Add the OAuth token
run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }}

- name: Show the Composer configuration
run: composer config --global --list

Expand Down Expand Up @@ -160,6 +165,8 @@ jobs:
tools: composer:v2.6
- name: "Show Composer version"
run: composer --version
- name: Add the OAuth token
run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }}
- name: "Show the Composer configuration"
run: composer config --global --list
- name: "Cache dependencies installed with composer"
Expand Down Expand Up @@ -201,6 +208,8 @@ jobs:
tools: composer:v2.6
- name: "Show Composer version"
run: composer --version
- name: Add the OAuth token
run: composer config --global github-oauth.github.com ${{ secrets.COMPOSER_OAUTH }}
- name: "Show the Composer configuration"
run: composer config --global --list
- name: "Cache dependencies installed with composer"
Expand Down

0 comments on commit effb7cd

Please sign in to comment.