Compare commits

...

2 Commits

Author SHA1 Message Date
Sheldan
89b0f44ad8 [AB-xxx] removing old release workflow 2024-02-04 20:48:39 +01:00
Sheldan
21f292dc76 [AB-xxx] adding template for honeypotIgnoredLevel system config setup 2024-02-04 20:46:40 +01:00
3 changed files with 1 additions and 19 deletions

View File

@@ -1,19 +0,0 @@
name: Publish package to GitHub Packages
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Publish to GitHub Packages
run: mvn --file pom.xml -B deploy -Dmaven.wagon.http.pool=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -0,0 +1 @@
The level at which users should be exempted from being banned by the honeypot (if levels are enabled). If levels are not enabled, this setting does nothing. Default: ${defaultValue}