first-interaction icon indicating copy to clipboard operation
first-interaction copied to clipboard

Error: Resource not accessible by Integration

Open Vishruth-S opened this issue 4 years ago • 4 comments

I added greetings to my repository, but I am getting the following error on pull requests submitted by new contributors.
Error: Resource not accessible by Integration

temp4

Here is my greetings.yml file

name: Greetings

on: [pull_request]

jobs:
  greeting:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/first-interaction@v1
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        issue-message: ''
        pr-message: "Hi there :wave: Congratulations on sending your first Pull request here :sparkles:\n I hope that you have followed the contribution guidlines"

I tried searching for a solution to fix this but couldn't find one. So I am not sure if this is caused by something from my end or if this is some kind of a bug...

Vishruth-S avatar Oct 21 '20 06:10 Vishruth-S

same here.

obnoxxx avatar Jan 19 '21 22:01 obnoxxx

You need pull_request_target for it to work. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests

pllim avatar Feb 03 '21 22:02 pllim

Same thing is happening with me.

garg3133 avatar Feb 05 '21 17:02 garg3133

This should also be addressed in #296 :)

ncalteen avatar Feb 22 '24 21:02 ncalteen