Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RageAgainstTheMachine101 committed Oct 21, 2023
1 parent 6a1e54f commit ca1d742
Showing 1 changed file with 1 addition 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 @@ -105,5 +105,5 @@ jobs:
--set image.tag=${{ github.sha }} \
--set image.dockerConfigJson=${{ secrets.DOCKER_CONFIG_JSON }} \
--set slack.appToken=${{ secrets.SLACK_APP_TOKEN }} \
--set slack.botToken=${{ secrets.SLACK_BOT_TOKEN }}
--set slack.botToken=${{ secrets.SLACK_BOT_TOKEN }} \
--set openai.oaiToken=${{ secrets.OPENAI_API_KEY }}

0 comments on commit ca1d742

Please sign in to comment.