Skip to content

Newbie Contributor Patrol #16

Newbie Contributor Patrol

Newbie Contributor Patrol #16

name: Newbie Contributor Patrol
on:
schedule:
- cron: "0 11 * * 1"
workflow_dispatch:
permissions:
contents: read
issues: write
pull-requests: read
jobs:
run:
uses: elastic/ai-github-actions/.github/workflows/gh-aw-newbie-contributor-patrol.lock.yml@v0
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}

Check failure on line 16 in .github/workflows/trigger-newbie-contributor-patrol.yml

View workflow run for this annotation

GitHub Actions / Newbie Contributor Patrol

Invalid workflow file

The workflow is not valid. .github/workflows/trigger-newbie-contributor-patrol.yml (Line: 16, Col: 29): Invalid secret, COPILOT_GITHUB_TOKEN is not defined in the referenced workflow. .github/workflows/trigger-newbie-contributor-patrol.yml (Line: 13, Col: 3): Error calling workflow 'elastic/ai-github-actions/.github/workflows/gh-aw-newbie-contributor-patrol.lock.yml@v0'. The nested job 'activation' is requesting 'actions: read', but is only allowed 'actions: none'.