acceptable-caravan-50612
01/26/2023, 7:21 PMRun infracost/actions/setup@v2
with:
api-key: ***
version: 0.10.x
currency: USD
github-token: ***
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
INFRACOST_API_KEY: ***
Error: HttpError: Not Found
white-airport-8778
INFRACOST_LOG_LEVEL: debug
to the env
section and see if the GH Action logs show anymore details? Also, you shouldn’t need the INFRACOST_API_KEY
env line as the with.api-key
is already setting that.acceptable-caravan-50612
01/26/2023, 9:49 PMRun infracost/actions/setup@v2
with:
api-key: ${INFRACOST_API_KEY}
version: 0.10.x
currency: USD
github-token: ***
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
INFRACOST_API_KEY: ***
TF_ROOT: .
INFRACOST_LOG_LEVEL: debug
white-airport-8778
acceptable-caravan-50612
01/27/2023, 2:22 AMwhite-airport-8778
acceptable-caravan-50612
01/27/2023, 2:29 AM- name: Setup Infracost
uses: infracost/actions/setup@v2
with:
api-key: ${{ secrets.INFRACOST_API_KEY }}
instead of infracosts/actions/setup@v2
can i use a docker image url instead?white-airport-8778
acceptable-caravan-50612
01/27/2023, 2:33 AMwhite-airport-8778