Skip to content

Commit 0793617

Browse files
committed
fix: update REPORT_API_ENDPOINT to use the correct domain
1 parent 6c67782 commit 0793617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
REPORT_API_ENDPOINT: https://dev.apicuron.com/api/reports
21+
REPORT_API_ENDPOINT: https://dev.apicuron.org/api/reports
2222
REPORT_API_TOKEN: ${{ secrets.REPORT_API_TOKEN }}
2323
USER_INFO_SERVICE_ENDPOINT: ${{ secrets.USER_INFO_SERVICE_ENDPOINT }}
2424
USER_INFO_SERVICE_TOKEN: ${{ secrets.USER_INFO_SERVICE_TOKEN }}

0 commit comments

Comments
 (0)