Skip to content

Commit 7e6a9c1

Browse files
Update singlestore license (#20194)
* test * test * lint * try test * use new singlestore license * Revert --------- Co-authored-by: Steven Yuen <steven.yuen@datadoghq.com>
1 parent b65c08d commit 7e6a9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-fips-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN_2 }}
9595
ORACLE_DOCKER_USERNAME: ${{ secrets.ORACLE_DOCKER_USERNAME }}
9696
ORACLE_DOCKER_PASSWORD: ${{ secrets.ORACLE_DOCKER_PASSWORD_2 }}
97-
SINGLESTORE_LICENSE: ${{ secrets.SINGLESTORE_LICENSE }}
97+
SINGLESTORE_LICENSE: ${{ secrets.SINGLESTORE_LICENSE_2 }}
9898
DD_GITHUB_USER: ${{ github.actor }}
9999
DD_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
run: ddev ci setup ${{ inputs.target || 'tls' }}

.github/workflows/test-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
secrets.DOCKER_ACCESS_TOKEN_2,
205205
secrets.ORACLE_DOCKER_USERNAME,
206206
secrets.ORACLE_DOCKER_PASSWORD_2,
207-
secrets.SINGLESTORE_LICENSE,
207+
secrets.SINGLESTORE_LICENSE_2,
208208
github.actor,
209209
secrets.GITHUB_TOKEN
210210
))}}

0 commit comments

Comments
 (0)