File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
ci/files/config/packages/test Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,12 @@ doctrine:
2626 enum : string
2727 bit : boolean
2828
29+ pimcore :
30+ product_registration :
31+ instance_identifier : ' %env(PIMCORE_INSTANCE_IDENTIFIER)%'
32+ product_key : ' %env(PIMCORE_PRODUCT_KEY)%'
2933
3034parameters :
3135 pimcore_test.db.dsn : ' %env(PIMCORE_TEST_DB_DSN)%'
3236 env(PIMCORE_TEST_DB_DSN) : ~
33- pimcore.encryption.secret : ' def00000fc1e34a17a03e2ef85329325b0736a5941633f8062f6b0a1a20f416751af119256bea0abf83ac33ef656b3fff087e1ce71fa6b8810d7f854fe2781f3fe4507f6 '
37+ pimcore.encryption.secret : ' %env(PIMCORE_ENCRYPTION_SECRET)% '
Original file line number Diff line number Diff line change 8989 PIMCORE_VERSION : ${{ matrix.matrix.pimcore_version }}
9090 secrets :
9191 SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER : ${{ secrets.SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER }}
92- COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN : ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
92+ COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN : ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
Original file line number Diff line number Diff line change 9292 COMPOSER_OPTIONS : ${{ matrix.matrix.composer_options }}
9393 secrets :
9494 SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER : ${{ secrets.SSH_PRIVATE_KEY_PIMCORE_DEPLOYMENTS_USER }}
95- COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN : ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
95+ COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN : ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }}
You can’t perform that action at this time.
0 commit comments