Skip to content

Test build run on PR #27

Test build run on PR

Test build run on PR #27

Workflow file for this run

name: Build and Test PRs or General Branches
on:
pull_request:
types:
- opened
- edited
- synchronize
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@7a2f6a4bef449f924bd95e7a51df93ed75e7cfaa
with:
java: 17
secrets: inherit
pre-release:

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

View workflow run for this annotation

GitHub Actions / Build and Test PRs or General Branches

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 21, Col: 3): Error calling workflow 'Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@7a2f6a4bef449f924bd95e7a51df93ed75e7cfaa'. The workflow is requesting 'packages: write, statuses: write', but is only allowed 'packages: none, statuses: none'.
uses: Thodor12/operapublicacreator/.github/workflows/gradle.prerelease.yaml@7a2f6a4bef449f924bd95e7a51df93ed75e7cfaa
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
with:
java: 17
secrets: inherit