Skip to content

build(deps-dev): bump @vitest/ui from 4.1.6 to 4.1.7 in /actions/setup/js #1153

build(deps-dev): bump @vitest/ui from 4.1.6 to 4.1.7 in /actions/setup/js

build(deps-dev): bump @vitest/ui from 4.1.6 to 4.1.7 in /actions/setup/js #1153

Workflow file for this run

name: Smoke Trigger
on:
workflow_dispatch:
pull_request:
types: [labeled]
jobs:
call-smoke-workflow-call:

Check failure on line 9 in .github/workflows/smoke-trigger.yml

View workflow run for this annotation

GitHub Actions / Smoke Trigger

Invalid workflow file

The workflow is not valid. .github/workflows/smoke-trigger.yml (Line: 9, Col: 3): Error calling workflow 'github/gh-aw/.github/workflows/smoke-workflow-call.lock.yml@a1e5257c7193299e65f2f9ef37c230f276040c58'. The nested job 'activation' is requesting 'actions: read', but is only allowed 'actions: none'.
if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'smoke-workflow-call'
uses: ./.github/workflows/smoke-workflow-call.lock.yml
secrets: inherit
permissions:
contents: read
discussions: write
issues: write
pull-requests: write