Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
changed WEBHOOKURL to vars
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Mar 28, 2024
1 parent d41b5a7 commit a3fab5b
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 @@ -54,4 +54,4 @@ jobs:
needs: [build-handler, build-checker, build-reciever]
steps:
- name: Invoke deployment hook
run: curl -X POST ${{ secrets.WEBHOOK_URL }}
run: curl -X POST ${{ vars.WEBHOOK_URL }}

0 comments on commit a3fab5b

Please sign in to comment.