mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
* Move discogs-bundle 4.0 config to packages directory * Fix empty config block: uncomment personal_access_token * Fix copy-from-recipe path: copy entire config structure * Trigger CI re-run * Remove trailing newline from manifest.json * Fix line endings: convert CRLF to LF (Unix style) * Activate DISCOGS_PERSONAL_ACCESS_TOKEN in manifest.json - Remove # prefix to make env variable available in .env file - Fixes inconsistency between YAML config and manifest - Thanks @diimpp for catching this issue