We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229a0e7 commit 0b0300bCopy full SHA for 0b0300b
1 file changed
.github/workflows/bugsnag.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Notify Bugsnag of release
16
run: |
17
- curl -X POST https://api.bugsnag.com/deploys \
+ curl -X POST https://build.bugsnag.com \
18
-H "Content-Type: application/json" \
19
-d "{
20
\"apiKey\": \"${{ secrets.BUGSNAG_API_KEY }}\",
0 commit comments