Skip to content

Bump dart_flutter_team_lints from 1.0.0 to 2.1.1 in /build #46

Bump dart_flutter_team_lints from 1.0.0 to 2.1.1 in /build

Bump dart_flutter_team_lints from 1.0.0 to 2.1.1 in /build #46

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
jobs:
publish:

Check failure on line 13 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: 13, 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'.
if: ${{ github.repository_owner == 'dart-lang' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
# Protected github deployment environment, requires approval to publish.
environment: pub.dev
sdk: dev