relative-ci / roadmap

Issues, questions and feature requests for RelativeCI
https://relative-ci.com
3 stars 0 forks source link

Github Action Integration Resource Not Available #63

Closed bazylhorsey closed 6 months ago

bazylhorsey commented 6 months ago

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 }}