Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 committed Jan 27, 2025
1 parent ce78c63 commit 75e9c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--build-arg SLACK_BOT_TOKEN=${{ secrets.SLACK_BOT_TOKEN }} \
--build-arg SLACK_AUTH_TOKEN=${{ secrets.SLACK_AUTH_TOKEN }} \
--build-arg OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \
--build-arg MONGODB_URI=${{ secrets.MONGODB_URI }} \
--build-arg "MONGODB_URI=${{ secrets.MONGODB_URI }}" \
--build-arg SLACK_WATCHER_CHANNEL_ID=C050TMDUSTA \
--build-arg DEPLOY_WATCHER_CHANNEL_ID=C06H0PJPDNH \
.
Expand Down

0 comments on commit 75e9c66

Please sign in to comment.