Skip to content

chore(deps): bump gradle to 9.1.0 #498

chore(deps): bump gradle to 9.1.0

chore(deps): bump gradle to 9.1.0 #498

Workflow file for this run

name: Main
on:
schedule:
- cron: '0 4 * * 1,2,3,4,5'
push:
branches:
- master
- main
- releases/*
tags:
- v*
pull_request:
branches:
- master
- main
- releases/*
workflow_dispatch:
inputs:
skip-test:
description: 'Skip test'
type: choice
required: true
default: 'false'
options:
- "true"
- "false"
permissions:
contents: write
checks: write
actions: read
pull-requests: write
jobs:
check:

Check failure on line 38 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 38, Col: 3): Error calling workflow 'kestra-io/actions/.github/workflows/plugins.yml@main'. The workflow is requesting 'packages: read', but is only allowed 'packages: none'.
uses: kestra-io/actions/.github/workflows/plugins.yml@main
with:
skip-test: ${{ github.event.inputs.skip-test == 'true' }}
secrets: inherit