Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.58.0 to 8.62.0 #21

chore(deps-dev): bump @typescript-eslint/parser from 8.58.0 to 8.62.0

chore(deps-dev): bump @typescript-eslint/parser from 8.58.0 to 8.62.0 #21

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