mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Move discogs-bundle 4.0 config to packages directory (#1886)
* 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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
calliostro_discogs:
|
||||
# Recommended: Personal Access Token (get from https://www.discogs.com/settings/developers)
|
||||
# personal_access_token: '%env(DISCOGS_PERSONAL_ACCESS_TOKEN)%'
|
||||
personal_access_token: '%env(DISCOGS_PERSONAL_ACCESS_TOKEN)%'
|
||||
|
||||
# Alternative: Consumer credentials for OAuth applications
|
||||
# Get from https://www.discogs.com/applications
|
||||
@@ -6,7 +6,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#DISCOGS_PERSONAL_ACCESS_TOKEN": "",
|
||||
"DISCOGS_PERSONAL_ACCESS_TOKEN": "",
|
||||
"#DISCOGS_CONSUMER_KEY": "",
|
||||
"#DISCOGS_CONSUMER_SECRET": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user