Hi Team, we are getting this above issue, can som...
# help
m
Hi Team, we are getting this above issue, can someone guide on how to resolve this
w
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