Skip to content

Commit

Permalink
add missing secret in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
celineung committed Jan 23, 2025
1 parent dda79ef commit c34f30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
secrets:
SCALINGO_API_TOKEN: ${{ secrets.SCALINGO_API_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

deploy-prod:
name: Deploy prod
Expand Down

0 comments on commit c34f30d

Please sign in to comment.