Skip to content

Commit

Permalink
CB-4 Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 authored Oct 17, 2024
1 parent 261f5dd commit c85edb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Trigger deployment in k8s repo
run: |
RESPONSE=$(curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
https://api.github.com/repos/Chatbot-Builder-Project/chatbot-builder-k8s/dispatches \
-d '{"event_type":"deploy_chatbot"}')
Expand Down

0 comments on commit c85edb6

Please sign in to comment.