Skip to content

Commit ab5e6ac

Browse files
authored
Fixed authenticate with github
1 parent 2431ff1 commit ab5e6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494

9595
- name: Authenticate with Github
9696
run: |
97-
composer --working-dir=html config repositories.1 vcs [email protected]:${{inputs.project}}.git
98-
composer global config github-oauth.github.com ${{ github.token }}
9997
10098
- name: Create LocalGov Drupal project
10199
run: |
102100
composer create-project --stability dev --no-install localgovdrupal/localgov-project ./html "${{ matrix.localgov-version }}"
103101
composer --working-dir=./html require --no-install localgovdrupal/localgov:${{ matrix.localgov-version }}-dev
104102
composer --working-dir=./html require --no-install drupal/core-recommended:${{ matrix.drupal-version }} drupal/core-composer-scaffold:${{ matrix.drupal-version }} drupal/core-project-message:${{ matrix.drupal-version }} drupal/core-dev:${{ matrix.drupal-version }}
103+
composer --working-dir=html config repositories.1 vcs [email protected]:${{inputs.project}}.git
104+
composer global config github-oauth.github.com ${{ github.token }}
105105
composer --working-dir=./html install
106106
107107
- name: Obtain the test target using Composer

0 commit comments

Comments
 (0)