mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-15 04:02:54 +00:00
Compare commits
2 Commits
0898f2cb9a
...
89b0f44ad8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89b0f44ad8 | ||
|
|
21f292dc76 |
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user