Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpError: Resource not accessible by integration #308

Closed
bazylhorsey opened this issue Mar 8, 2024 · 3 comments
Closed

HttpError: Resource not accessible by integration #308

bazylhorsey opened this issue Mar 8, 2024 · 3 comments

Comments

@bazylhorsey
Copy link

bazylhorsey commented Mar 8, 2024

I have set up the integration on Github, and the RELATIVE_CI_KEY is in the github environment variables. This is a private repository, and GITHUB_TOKEN is not in Actions environment variables because it should be implicit.

Run relative-ci/agent-action@v[2](https://github.com/ArvistDev/arvist-stack/actions/runs/8209974397/job/22456730989#step:2:2)
  with:
    key: ***
    token: ***
    includeCommitMessage: true
    debug: false
Error: HttpError: Resource not accessible by integration
name: RelativeCI
 
on:
  workflow_run:
    workflows: ["Playwright Tests"]
    types:
      - completed
 
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Send bundle stats and build information to RelativeCI
        uses: relative-ci/agent-action@v2
        with:
          key: ${{ secrets.RELATIVE_CI_KEY }}
          token: ${{ secrets.GITHUB_TOKEN }}
@vio
Copy link
Member

vio commented Mar 8, 2024

thanks for creating the issue @bazylhorsey!

It looks like one of the few GitHub API operations is failing due to a lack of permissions. Would it be possible to give it a try with debug: true and another one with includeCommitmessage: false?

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Apr 11, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants