Conversation
There was a problem hiding this comment.
Pull request overview
This PR refactors Composer authentication configuration by moving the GitHub OAuth token from an inline JSON definition to a dedicated secret. The change simplifies the workflow by using a single COMPOSER_AUTH secret that can be managed centrally rather than constructing authentication JSON inline.
Key changes:
- Added
COMPOSER_AUTHas an optional secret input to the reusable workflow - Replaced inline
COMPOSER_AUTHenvironment variable with a direct file write from the secret - Maintained existing Magento repository authentication configuration
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| workflow-templates/magento-package.yml | Adds COMPOSER_AUTH to the list of secrets passed to the reusable workflow |
| .github/workflows/magento-package.yml | Defines COMPOSER_AUTH as optional input and replaces inline JSON construction with direct secret usage |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.