action-slack
action-slack copied to clipboard
Error: Resource not accessible by integration
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