Skip to content

Commit

Permalink
Add test print
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed Nov 7, 2023
1 parent 8ff7b00 commit e79f362
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
kustomize-version: "4.5.4"
- name: Update secret properties with injected secrets
run: envsubst < $GITHUB_WORKSPACE/k8s/secret.properties.template > $GITHUB_WORKSPACE/k8s/secret.properties
run: touch $GITHUB_WORKSPACE/k8s/secret.properties
- name: Kustomize
run: kustomize build k8s > /tmp/kustomized.yaml
- uses: azure/[email protected]
Expand Down
27 changes: 27 additions & 0 deletions k8s/secret.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
$AIRTABLE_API_KEY

$DISCORD_BOT_TOKEN_BCT_PRICE
$DISCORD_BOT_TOKEN_KLIMA_BOND_ALERTS
$DISCORD_BOT_TOKEN_C3_PRICE
$DISCORD_BOT_TOKEN_KLIMA_PRICE
$DISCORD_BOT_TOKEN_MCO2_PRICE
$DISCORD_BOT_TOKEN_MOSS_PRICE
$DISCORD_BOT_TOKEN_NBO_PRICE
$DISCORD_BOT_TOKEN_NCT_PRICE
$DISCORD_BOT_TOKEN_REBASE
$DISCORD_BOT_TOKEN_STAKING_REWARDS
$DISCORD_BOT_TOKEN_SUPPLY_CC
$DISCORD_BOT_TOKEN_INDEX
$DISCORD_BOT_TOKEN_TREASURY_CARBON
$DISCORD_BOT_TOKEN_TREASURY_MARKET
$DISCORD_BOT_TOKEN_UBO_PRICE
$DISCORD_BOT_TOKEN_RUNWAY
$DISCORD_BOT_TOKEN_RETIREMENT_FEE_INFO
$DISCORD_BOT_TOKEN_DAO_FEE
$DISCORD_BOT_TOKEN_DAO_BALANCE
$DISCORD_BOT_WEBHOOK_REBASE
$DISCORD_WEBHOOK_BROKEN_BOND_ALERT

$POLYGONSCAN_API_KEY
$WEB3_PROVIDER_ETH_URL
$WEB3_PROVIDER_POLYGON_URL

0 comments on commit e79f362

Please sign in to comment.