Skip to content

DATAGO-98290: Update workflows #265

DATAGO-98290: Update workflows

DATAGO-98290: Update workflows #265

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@8bb3c7b1321b36e22cc2a4c188686ad1c2e35c84'. The nested job 'build' is requesting 'packages: write, statuses: write', but is only allowed 'packages: none, statuses: 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
checks: write
contents: read
id-token: write