Skip to content

Commit

Permalink
Remove gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 29, 2023
1 parent 033d2bd commit 9b569de
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: 'Configure our repo'
working-directory: magento
run: |
vendor/bin/composer config repositories.sequra/magento2-core vcs git@github.com:sequra/magento2-core.git
# vendor/bin/composer config repositories.sequra/magento2-core vcs git@github.com:sequra/magento2-core.git
vendor/bin/composer require sequra/magento2-core:"dev-${{ steps.extract_branch.outputs.branch }}" --no-update
- name: 'debug'
Expand All @@ -63,18 +63,7 @@ jobs:
if: always()
uses: MAD-I-T/magento-actions@v3.25
env:
COMPOSER_AUTH: |
{
"http-basic": {
"repo.magento.com": {
"username": "5310458a34d580de1700dfe826ff19a1",
"password": "255059b03eb9d30604d5ef52fca7465d"
}
},
"github-oauth": {
"github.com": "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"
}
}
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
process: 'unit-test'
unit_test_subset_path: 'vendor/sequra/magento2-core/Test/Unit'
Expand Down

0 comments on commit 9b569de

Please sign in to comment.