Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group #24

Bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group

Bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group #24

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
pull_request:
branches: [ master ]
push:
tags: [ '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 '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