File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 94
94
DOCKER_ACCESS_TOKEN : ${{ secrets.DOCKER_ACCESS_TOKEN_2 }}
95
95
ORACLE_DOCKER_USERNAME : ${{ secrets.ORACLE_DOCKER_USERNAME }}
96
96
ORACLE_DOCKER_PASSWORD : ${{ secrets.ORACLE_DOCKER_PASSWORD_2 }}
97
- SINGLESTORE_LICENSE : ${{ secrets.SINGLESTORE_LICENSE }}
97
+ SINGLESTORE_LICENSE : ${{ secrets.SINGLESTORE_LICENSE_2 }}
98
98
DD_GITHUB_USER : ${{ github.actor }}
99
99
DD_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100
100
run : ddev ci setup ${{ inputs.target || 'tls' }}
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
secrets.DOCKER_ACCESS_TOKEN_2,
205
205
secrets.ORACLE_DOCKER_USERNAME,
206
206
secrets.ORACLE_DOCKER_PASSWORD_2,
207
- secrets.SINGLESTORE_LICENSE ,
207
+ secrets.SINGLESTORE_LICENSE_2 ,
208
208
github.actor,
209
209
secrets.GITHUB_TOKEN
210
210
))}}
You can’t perform that action at this time.
0 commit comments