Skip to content

Commit efa08fc

Browse files
authored
Fix codeception (#106)
1 parent 4c4a4d4 commit efa08fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codeception.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,8 @@ jobs:
8888
SERVER_VERSION: ${{ matrix.matrix.server_version }}
8989
DEPENDENCIES: ${{ matrix.matrix.dependencies }}
9090
EXPERIMENTAL: ${{ matrix.matrix.experimental }}
91-
PIMCORE_VERSION: ${{ matrix.matrix.pimcore_version }}
91+
PIMCORE_VERSION: ${{ matrix.matrix.pimcore_version }}
92+
secrets:
93+
PIMCORE_INSTANCE_IDENTIFIER: ${{ secrets.PIMCORE_CI_INSTANCE_IDENTIFIER }}
94+
PIMCORE_ENCRYPTION_SECRET: ${{ secrets.PIMCORE_CI_ENCRYPTION_SECRET }}
95+
PIMCORE_PRODUCT_KEY: ${{ secrets.PIMCORE_CI_PRODUCT_KEY }}

0 commit comments

Comments
 (0)