green-carpet-57925
04/18/2023, 8:18 AMmysterious-teacher-68276
04/18/2023, 8:54 AMinfracost comment
command you are running?green-carpet-57925
04/18/2023, 9:01 AMI have used the command present on the site : <https://gitlab.com/infracost/infracost-gitlab-ci> - infracost comment gitlab --path=infracost.json \
--repo=$CI_PROJECT_PATH \
--merge-request=$CI_MERGE_REQUEST_IID \
--gitlab-server-url=$CI_SERVER_URL \
--gitlab-token=$GITLAB_TOKEN \
--behavior=update
mysterious-teacher-68276
04/18/2023, 9:09 AM$GITLAB_TOKEN
and $CI_PROJECT_PATH
, they are both set?
2. Can you make sure there’s no whitespacing issue with the flags, i.e. --gitlab-token=$GITLAB_TOKEN--behavior=update
green-carpet-57925
04/18/2023, 9:23 AM