Skip to content

Audits

Audits #624

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

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

View workflow run for this annotation

GitHub Actions / Audits

Invalid workflow file

The workflow is not valid. In .github/workflows/audits.yml (Line: 15, Col: 11): Error from called workflow evanchooly/workflows/.github/workflows/build.yml@master (Line: 39, Col: 17): Unrecognized named-value: 'GH_TOKEN'. Located at position 1 within expression: GH_TOKEN
with:
maven-flags: "-Dmongodb=6.0.2 -Daudits"
secrets:
GH_TOKEN: ${{ secrets.GH_OAUTH }}