Opt into generated log4j2.xml configuration (#3856)

This commit is contained in:
Geoff Bourne
2026-01-08 07:25:01 -06:00
committed by GitHub
parent 9c01462c0c
commit f8ff8a7b8a
4 changed files with 10 additions and 4 deletions

View File

@@ -175,6 +175,7 @@ jobs:
MINECRAFT_VERSION: ${{ matrix.mcVersion }}
VARIANT: ${{ matrix.variant }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GH_TOKEN: ${{ github.token }}
run: |
tests/test.sh

View File

@@ -92,5 +92,6 @@ jobs:
VARIANT: ${{ matrix.variant }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
DEBUG: ${{ runner.debug }}
GH_TOKEN: ${{ github.token }}
run: |
tests/test.sh