Skip to content

Update README.md

Update README.md #1095

# A CI configuration to auto-publish pub packages from dart-lang/ecosystem.
# We don't use the regular publish.yaml script here in order to dogfood the
# publishing code at head.
name: Publish:Internal
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
jobs:
publish:

Check failure on line 16 in .github/workflows/publish_internal.yaml

View workflow run for this annotation

GitHub Actions / Publish:Internal

Invalid workflow file

The workflow is not valid. .github/workflows/publish_internal.yaml (Line: 16, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@28df496a444e8704a02ef1825abd5d66715c05b6'. The nested job 'validate' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'. .github/workflows/publish_internal.yaml (Line: 16, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@28df496a444e8704a02ef1825abd5d66715c05b6'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/publish.yaml
with:
local_debug: true
use-flutter: false
write-comments: false
sdk: dev