Open
Description
I've tried omitting the GITHUB_TOKEN, I've tried creating a custom personal access token with every possible permission yet I'm still getting this error: - Resource not accessible by integration
What could possibly be the issue?
name: Write deploy comment
on:
pull_request_target:
types: [ opened, reopened ]
branches-ignore:
- 'production'
jobs:
trigger:
name: Write comment with url
runs-on: ubuntu-latest
steps:
- name: Set dev folder
run: |
echo "::set-output name=DEV_FOLDER::$(echo ${GITHUB_HEAD_REF} | sed 's|/|-|')"
id: <organization>
- name: Write comment
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: <my token with 100% permissions>
message: |
<a href="<my dev build url>">Link live dev site for this PR</a>
Metadata
Assignees
Labels
No labels