https://infracost.io logo
#help
Title
m

millions-notebook-77021

06/12/2023, 3:51 PM
Hi Team, we are getting this above issue, can someone guide on how to resolve this
w

white-airport-8778

06/12/2023, 4:30 PM
That seems like a permissions issue with your github token, do you have this on the infracost job in your yaml?
Copy code
jobs:
  infracost:
    name: Infracost
    runs-on: ubuntu-latest
    permissions:
      contents: read
      # Required to post comments
      pull-requests: write