Skip to content

fix: keep root session span open across session.idle #9

fix: keep root session span open across session.idle

fix: keep root session span open across session.idle #9

Workflow file for this run

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@614635a6881bef34d9599ab7a438339bdf59a607'. 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 }}