Skip to content

Workflow badges

Workflow badges #8

Workflow file for this run

name: Build and Test PRs or General Branches
on:
pull_request:
types:
- synchronize
- opened
- ready_for_review
- reopened
push:
branches:
- 'feature/**'
- 'bugfix/**'
- 'hotfix/**'
- 'fix/**'
- 'features/**'
workflow_dispatch:
permissions:
contents: write
statuses: write
jobs:
release:

Check failure on line 24 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: 24, Col: 3): Error calling workflow 'ldtteam/operapublicacreator/.github/workflows/gradle.build.yaml@ng7'. The workflow is requesting 'packages: write', but is only allowed 'packages: none'.
uses: ldtteam/operapublicacreator/.github/workflows/gradle.build.yaml@ng7
with:
java: 21
secrets:
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}