Skip to content

Get Error: Resource not accessible by integration #8

@zhaoyi0113

Description

@zhaoyi0113

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:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions