Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nightly-ci

nightly-ci #569

Workflow file for this run

---
name: nightly-ci
on:
schedule:
- cron: 0 16 * * *
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
secrets:
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
ossrh_username: ${{ secrets.OSSRH_USERNAME }}

Check failure on line 17 in .github/workflows/nightly-ci.yml

View workflow run for this annotation

GitHub Actions / nightly-ci

Invalid workflow file

The workflow is not valid. .github/workflows/nightly-ci.yml (Line: 17, Col: 23): Invalid secret, ossrh_username is not defined in the referenced workflow. .github/workflows/nightly-ci.yml (Line: 18, Col: 20): Invalid secret, ossrh_token is not defined in the referenced workflow.
ossrh_token: ${{ secrets.OSSRH_TOKEN }}
ossrh_signing_key: ${{ secrets.OSSRH_SIGNING_KEY }}
ossrh_signing_password: ${{ secrets.OSSRH_SIGNING_PASSWORD }}