big-monkey-25816
10/13/2022, 2:40 PM- name: Post Infracost comment
run: |
infracost comment github \
--github-api-url=<https://redacted/api/v3> \
--path=/tmp/infracost.json \
--repo=$GITHUB_REPOSITORY \
--github-token=${{ secrets.BOTUSER_GH_TOKEN }} \
--pull-request=${{ github.event.number }} \
--behavior=update
I am receiving a 404 error. Does anyone see the same?busy-agent-35515
10/13/2022, 3:07 PM--github-api-url
should not contain the /api/v3
part, but just the domain. Can you try that?big-monkey-25816
10/13/2022, 3:33 PMbusy-agent-35515
10/13/2022, 3:33 PMbig-monkey-25816
10/13/2022, 3:34 PMbusy-agent-35515
10/13/2022, 3:40 PMbig-monkey-25816
10/13/2022, 3:40 PMbusy-agent-35515
10/13/2022, 3:40 PMwhite-airport-8778
big-monkey-25816
10/13/2022, 6:42 PMwhite-airport-8778
big-monkey-25816
10/13/2022, 6:45 PMwhite-airport-8778