AnimMouse/ffmpeg-autobuild

Workflows triggered by Dependabot PRs will run with read-only permissions

AnimMouse opened this issue · 7 comments

Create release is failing on pull requests that creates pre-releases.
Error: Resource not accessible by integration

Update: Resource not accessible by integration is not caused by create-release getting unmaintained by itself, it is caused by GitHub Actions: Workflows triggered by Dependabot PRs will run with read-only permissions. The problem still exist even in maintained actions.

Update: Resource not accessible by integration is not caused by create-release getting unmaintained by itself, it is caused by GitHub Actions: Workflows triggered by Dependabot PRs will run with read-only permissions. The problem still exist even in maintained actions.

Fix implemented at 6c49b7a by using pull_request_target.

Confirmed working.