Skip to content

Commit 59db95a

Browse files
authored
Add Product Registration (#970)
1 parent 1ce2877 commit 59db95a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/ci/files/config/packages/test/config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3034
parameters:
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)%'

.github/workflows/codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
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 }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)