action-slack icon indicating copy to clipboard operation
action-slack copied to clipboard

Error: Resource not accessible by integration

Open kdemon1011 opened this issue 2 years ago • 4 comments

Hi I am using V3.15.1 and getting the following error. We have the GitHub Enterprise version. Error: Resource not accessible by integration

and this is the configuration

 - uses: 8398a7/[email protected]
        with:
          github_base_url: https://github.com/data-sentinel-ai
          status: ${{ job.status }}
          fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
        env:
          SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
        if: always() # Pick up events even if the job fails or is canceled.

Can you help us to resolve the issue? Thanks

kdemon1011 avatar Jun 06 '23 05:06 kdemon1011