Skip to content

Bump nanasess/setup-chromedriver from d3dc3ee10d477bf952dee12b8c54baf9efd3c016 to 791614c05e7358c81446bd7ec1d0b346d6fee446 #80

Bump nanasess/setup-chromedriver from d3dc3ee10d477bf952dee12b8c54baf9efd3c016 to 791614c05e7358c81446bd7ec1d0b346d6fee446

Bump nanasess/setup-chromedriver from d3dc3ee10d477bf952dee12b8c54baf9efd3c016 to 791614c05e7358c81446bd7ec1d0b346d6fee446 #80

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
# Trigger on pull requests that target the default branch.
pull_request:
branches: [ master ]
# Also, trigger when tags are pushed to the repo.
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
# The script below will perform publishing checks (version checks, publishing
# dry run, ...) when run on a PR, and perform an actual pub publish when run as
# a result of a git tag event.
jobs:
publish:

Check failure on line 17 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: 17, 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: 17, 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 == 'google' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
write-comments: false