Skip to content

Commit

Permalink
fix: names for secrets for integ tests (#236)
Browse files Browse the repository at this point in the history
fix uncommited values
  • Loading branch information
zhongeric authored Jul 5, 2023
1 parent d5db36a commit b4c7eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ export class APIPipeline extends Stack {
type: BuildEnvironmentVariableType.SECRETS_MANAGER,
},
INTEG_TEST_RPC: {
value: 'all/gouda-service/integ-test-rpc',
value: 'all/gouda-service/integ-test/rpc',
type: BuildEnvironmentVariableType.SECRETS_MANAGER,
},
TEST_WALLET_PK: {
value: 'all/gouda-service/test-wallet-pk',
value: 'all/gouda-service/integ-test/test-wallet-pk',
type: BuildEnvironmentVariableType.SECRETS_MANAGER,
},
TEST_FILLER_PK: {
value: 'all/gouda-service/test-filler-pk',
value: 'all/gouda-service/integ-test/test-filler-pk',
type: BuildEnvironmentVariableType.SECRETS_MANAGER,
}
},
Expand Down

0 comments on commit b4c7eaa

Please sign in to comment.