Skip to content

HttpError: Invalid app_id #55

@bellons91

Description

@bellons91

I'm running this action on my private repository.

My PRs get merged correctly, but the action fails with this error:

HttpError: Invalid app_id 13473 - check run can only be modified by the GitHub App that created it.

The YAML file I use for this action is almost the default one:

name: Merge Schedule
on:
  pull_request:
    types:
      - opened
      - edited
  schedule:
    # https://crontab.guru/every-hour
    - cron: 0 8 * * Tue

jobs:
  merge_schedule:
    runs-on: ubuntu-latest
    steps:
      - uses: gr2m/merge-schedule-action@v1
        with: 
          merge_method: squash 
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Any ideas for that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions