Skip to content

Ecosystem testing

Ecosystem testing #17

# 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 14 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: 14, Col: 3): Error calling workflow 'mosuem/ecosystem/.github/workflows/publish.yaml@439500956783ff94a6ea3237735534e6d7f96d1d'. The nested job 'validate' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'. .github/workflows/publish_internal.yaml (Line: 14, Col: 3): Error calling workflow 'mosuem/ecosystem/.github/workflows/publish.yaml@439500956783ff94a6ea3237735534e6d7f96d1d'. 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