Skip to content

Oryx-SDK-Runtime-Automation-Trigger #1057

Oryx-SDK-Runtime-Automation-Trigger

Oryx-SDK-Runtime-Automation-Trigger #1057

name: Oryx-SDK-Runtime-Automation-Trigger
on:
# runs on 12:55 (5:55AM PST) & 23:55 UTC
schedule:
- cron: '55 12,23 * * *'
workflow_call:
inputs:
platformName:
required: true
type: string
jobs:
SdkRuntimeAutomation:

Check failure on line 14 in .github/workflows/automationTrigger.yaml

View workflow run for this annotation

GitHub Actions / Oryx-SDK-Runtime-Automation-Trigger

Invalid workflow file

The workflow is not valid. .github/workflows/automationTrigger.yaml (Line: 14, Col: 3): Error calling workflow 'microsoft/Oryx/.github/workflows/automationTemplate.yaml@951e7d73f7e52c557268b6a8d1d55ea729af7ee9'. The nested job 'build' is requesting 'actions: write, contents: write, pull-requests: write', but is only allowed 'actions: none, contents: read, pull-requests: none'.
strategy:
matrix:
platformName: [dotnet, python]
uses: ./.github/workflows/automationTemplate.yaml
with:
platformName: ${{ matrix.platformName }}
secrets: inherit