Skip to content

JHP-116: Failure to generate a user token should not ignore the jupyt… #3

JHP-116: Failure to generate a user token should not ignore the jupyt…

JHP-116: Failure to generate a user token should not ignore the jupyt… #3

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