Skip to content

Audits

Audits #618

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Audits
on:
workflow_dispatch:
branches:
- 'master'
schedule:
- cron: '0 0 * * *'
jobs:
Audits:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
maven-flags: "-Dmongodb=6.0.2 -Daudits"
secrets:
GH_TOKEN: ${{ secrets.GH_OAUTH }}

Check failure on line 19 in .github/workflows/audits.yml

View workflow run for this annotation

GitHub Actions / Audits

Invalid workflow file

The workflow is not valid. .github/workflows/audits.yml (Line: 19, Col: 17): Invalid secret, GH_TOKEN is not defined in the referenced workflow.