Skip to content

OZ-689 - Fixed failing tests and removed secrets from validate step #3

OZ-689 - Fixed failing tests and removed secrets from validate step

OZ-689 - Fixed failing tests and removed secrets from validate step #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
jobs:
validate:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-build-test.yml@main

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 13, Col: 11): Secret NEXUS_USERNAME is required, but not provided while calling. .github/workflows/ci.yml (Line: 13, Col: 11): Secret NEXUS_PASSWORD is required, but not provided while calling.
with:
java-version: 8
publish:
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-publish.yml@main
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}