We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4a4d4 commit efa08fcCopy full SHA for efa08fc
.github/workflows/codeception.yaml
@@ -88,4 +88,8 @@ jobs:
88
SERVER_VERSION: ${{ matrix.matrix.server_version }}
89
DEPENDENCIES: ${{ matrix.matrix.dependencies }}
90
EXPERIMENTAL: ${{ matrix.matrix.experimental }}
91
- PIMCORE_VERSION: ${{ matrix.matrix.pimcore_version }}
+ 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