File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3636 BOT_PRIVATE_KEY
3737 RDS_SERVERLESS_PUBLIC_KEY
3838 CRON_JOBS_PUBLIC_KEY
39+ IDENTITY_SERVICE_PUBLIC_KEY
3940 env :
4041 CURRENT_ENVIRONMENT : production
4142 CLOUDFLARE_API_TOKEN : ${{secrets.CLOUDFLARE_API_TOKEN}}
4546 DISCORD_GUILD_ID : ${{secrets.DISCORD_GUILD_ID}}
4647 RDS_SERVERLESS_PUBLIC_KEY : ${{secrets.RDS_SERVERLESS_PUBLIC_KEY}}
4748 CRON_JOBS_PUBLIC_KEY : ${{secrets.CRON_JOBS_PUBLIC_KEY}}
49+ IDENTITY_SERVICE_PUBLIC_KEY : ${{secrets.IDENTITY_SERVICE_PUBLIC_KEY}}
Original file line number Diff line number Diff line change 3535 CURRENT_ENVIRONMENT
3636 BOT_PRIVATE_KEY
3737 CRON_JOBS_PUBLIC_KEY
38+ IDENTITY_SERVICE_PUBLIC_KEY
3839 env :
3940 CURRENT_ENVIRONMENT : staging
4041 CLOUDFLARE_API_TOKEN : ${{secrets.CLOUDFLARE_API_TOKEN}}
4344 BOT_PRIVATE_KEY : ${{secrets.BOT_PRIVATE_KEY}}
4445 DISCORD_GUILD_ID : ${{secrets.DISCORD_GUILD_ID}}
4546 CRON_JOBS_PUBLIC_KEY : ${{secrets.CRON_JOBS_PUBLIC_KEY}}
47+ IDENTITY_SERVICE_PUBLIC_KEY : ${{secrets.IDENTITY_SERVICE_PUBLIC_KEY}}
You can’t perform that action at this time.
0 commit comments