Skip to content

Add body hash to lock metadata; support on.stale-check: full #1173

Add body hash to lock metadata; support on.stale-check: full

Add body hash to lock metadata; support on.stale-check: full #1173

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@5483771a045dfaf5448f5c0277c872f44bb711af'. 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