Skip to content

chore(deps): bump @opentelemetry/exporter-metrics-otlp-grpc from 0.213.0 to 0.219.0 #24

chore(deps): bump @opentelemetry/exporter-metrics-otlp-grpc from 0.213.0 to 0.219.0

chore(deps): bump @opentelemetry/exporter-metrics-otlp-grpc from 0.213.0 to 0.219.0 #24

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