Skip to content

JHP-115: Increase default timeout on token create to prevent excessiv… #2

JHP-115: Increase default timeout on token create to prevent excessiv…

JHP-115: Increase default timeout on token create to prevent excessiv… #2

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Build Plugin JAR
uses: ./.github/actions/build-plugin-jar
with:
java-version: '8'
gradle-version: '6.7'
- name: Upload JAR
uses: actions/upload-artifact@v4
with:
name: plugin-jar
path: ${{ env.jar-path }}
retention-days: 90