Skip to content

fix: fixed unit tests #51

fix: fixed unit tests

fix: fixed unit tests #51

# A CI configuration to auto-publish pub packages.
# https://github.com/dart-lang/ecosystem/tree/main/pkgs/firehose
# https://github.com/dart-lang/ecosystem/wiki/Publishing-automation
name: Publish
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:

Check failure on line 15 in .github/workflows/release_to_pub.dev.yml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/release_to_pub.dev.yml (Line: 15, 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'.
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main