You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A CI configuration to auto-publish pub packages.
name: Publish
on:
pull_request:
branches: [ main ]
push:
tags: [ '[0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:
Check failure
on line 12
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: 12, 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'. .github/workflows/publish.yaml (Line: 12, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@main'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
Check failure
on line 12
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: 12, 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'. .github/workflows/publish.yaml (Line: 12, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@main'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
Check failure
on line 12
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: 12, 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'. .github/workflows/publish.yaml (Line: 12, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@main'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.