Skip to content

Thodor12 patch 1

Thodor12 patch 1 #9

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:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.publish.yaml@main

Check failure on line 25 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: 25, Col: 11): Secret DISCORD_WEBHOOK is required, but not provided while calling. .github/workflows/build.yaml (Line: 25, Col: 11): Secret MAVEN_USER is required, but not provided while calling.
with:
java: 17
secrets:
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }}