-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I have configured workflow as below but I get this error from github action when running this job:
Run SamhammerAG/last-successful-build-action@v4
with:
branch: develop
workflow: main
token: ***
verify: false
Error: Resource not accessible by integration
What does Error: Resource not accessible by integration mean? Does this plugin require any permissions?
jobs:
last-success-commit:
runs-on: ubuntu-latest
steps:
- uses: SamhammerAG/last-successful-build-action@v4
id: last-successful-commit
with:
branch: 'develop'
workflow: 'main'
token: ${{ secrets.GITHUB_TOKEN }}
The token permission I have on the repo is:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
