Skip to content

[Bug]: Agent name shows "unknown" on grafana #17

[Bug]: Agent name shows "unknown" on grafana

[Bug]: Agent name shows "unknown" on grafana #17

name: Discord Events
on:
issues:
types:
- opened
pull_request:
types:
- opened
release:
types:
- published
jobs:
notify-discord:

Check failure on line 15 in .github/workflows/discord-events.yml

View workflow run for this annotation

GitHub Actions / Discord Events

Invalid workflow file

The workflow is not valid. .github/workflows/discord-events.yml (Line: 15, Col: 3): Error calling workflow 'DEVtheOPS/opencode-plugin-otel/.github/workflows/discord-notify.yml@c9fee7f24fc4b3bef54490a5ef9fcc80879f6e2c'. The nested job 'notify' is requesting 'contents: read, issues: read, pull-requests: read', but is only allowed 'contents: none, issues: none, pull-requests: none'.
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false }}
permissions: {}
uses: ./.github/workflows/discord-notify.yml
secrets:
discord_webhook: ${{ secrets.DISCORD_WEBHOOK }}