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:
Joey
2025-11-20 18:03:03 +01:00
committed by GitHub
parent 3225008812
commit ccddb71791
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -6,7 +6,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"#DISCOGS_PERSONAL_ACCESS_TOKEN": "",
"DISCOGS_PERSONAL_ACCESS_TOKEN": "",
"#DISCOGS_CONSUMER_KEY": "",
"#DISCOGS_CONSUMER_SECRET": ""
}