Skip to content

Bug Hunter

Bug Hunter #75

name: Bug Hunter
on:
schedule:
- cron: "0 11 * * 1-5"
workflow_dispatch:
permissions:
actions: read
contents: read
issues: write
pull-requests: read
jobs:
run:
uses: elastic/ai-github-actions/.github/workflows/gh-aw-bug-hunter.lock.yml@v0
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}

Check failure on line 17 in .github/workflows/trigger-bug-hunter.yml

View workflow run for this annotation

GitHub Actions / Bug Hunter

Invalid workflow file

The workflow is not valid. .github/workflows/trigger-bug-hunter.yml (Line: 17, Col: 29): Invalid secret, COPILOT_GITHUB_TOKEN is not defined in the referenced workflow. .github/workflows/trigger-bug-hunter.yml (Line: 14, Col: 3): Error calling workflow 'elastic/ai-github-actions/.github/workflows/gh-aw-bug-hunter.lock.yml@v0'. The nested job 'agent' is requesting 'copilot-requests: write', but is only allowed 'copilot-requests: none'.