Skip to content

fix publishing issue with repository #2

fix publishing issue with repository

fix publishing issue with repository #2

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:

Check failure on line 11 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 11, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@main'. The nested job 'validate' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
write-comments: true