Skip to content

DATAGO-98290: Update workflows #266

DATAGO-98290: Update workflows

DATAGO-98290: Update workflows #266

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- '.gitignore'
- '.github/**'
- '**/*.md'
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
packages: write
id-token: write
statuses: write
checks: write
contents: read
jobs:
build_jar:

Check failure on line 22 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 22, Col: 3): Error calling workflow 'SolaceDev/spark-connector-v2/.github/workflows/build-java-binder.yaml@13032714d194e657f4bdbd7213ab12ad93b9f17f'. The nested job 'build' is requesting 'checks: write, packages: write, statuses: write, id-token: write', but is only allowed 'checks: none, packages: none, statuses: none, id-token: none'.
name: Build / Test / Analyze
uses: ./.github/workflows/build-java-binder.yaml
with:
unit_integration_test_reports: "**/target/failsafe-reports/**/TEST*.xml"
secrets: inherit
permissions:
actions: read
contents: read