Skip to content

Commit

Permalink
Use capital case secret name to match github UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinai committed May 2, 2024
1 parent 75f5de7 commit 02e1843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-upstream-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
repo: ${{ inputs.repo }}
secrets:
composer_auth: ${{ secrets.composer_auth }}
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
6 changes: 3 additions & 3 deletions .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
type: string
secrets:
composer_auth:
COMPOSER_AUTH:
required: true
jobs:
compute-matrix:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
install-directory: ${{ github.workspace }}/mageos
magento-version: ${{ matrix.magento }}
composer-version: ${{ matrix.composer }}
composer-auth: ${{ secrets.composer_auth }}
composer-auth: ${{ secrets.COMPOSER_AUTH }}
php-version: ${{ matrix.php }}
sample-data: 'true'

Expand All @@ -51,7 +51,7 @@ jobs:
install-directory: ${{ github.workspace }}/magento
magento-version: ${{ matrix.magento }}
composer-version: ${{ matrix.composer }}
composer-auth: ${{ secrets.composer_auth }}
composer-auth: ${{ secrets.COMPOSER_AUTH }}
php-version: ${{ matrix.php }}
sample-data: 'true'

Expand Down

0 comments on commit 02e1843

Please sign in to comment.