Skip to content

build(dev-deps): upgrade markdownlint-cli to latest v0.46.0 #476

build(dev-deps): upgrade markdownlint-cli to latest v0.46.0

build(dev-deps): upgrade markdownlint-cli to latest v0.46.0 #476

Workflow file for this run

name: Browser Tests for forked PRs
on:
pull_request:
types:
- labeled
permissions:
contents: read
pull-requests: write
jobs:
test-browser:

Check failure on line 13 in .github/workflows/browser-test.yml

View workflow run for this annotation

GitHub Actions / Browser Tests for forked PRs

Invalid workflow file

The workflow is not valid. .github/workflows/browser-test.yml (Line: 13, Col: 3): Error calling workflow 'mochajs/mocha/.github/workflows/npm-script.yml@37c2a6be94a4697872aae925e59d82c75774d07c'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: "Browser Tests"
if: contains(github.event.pull_request.labels.*.name, 'run-browser-test')
uses: ./.github/workflows/npm-script.yml
secrets: inherit
with:
npm-script: test.browser
remove-label:
needs: test-browser
if: always()
runs-on: ubuntu-latest
steps:
- name: remove 'run-browser-test' label
uses: buildsville/add-remove-label@ac59c9f0aeb66eb12d6366eb1d69ec1906e9ef9a
with:
token: ${{secrets.GITHUB_TOKEN}}
label: run-browser-test
type: remove