Skip to content

Add a secret to the AccessToken #802

Add a secret to the AccessToken

Add a secret to the AccessToken #802

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
lfs: true
- name: Setup Java JDK
uses: actions/setup-java@v1.4.3
with:
java-version: 1.8
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Test code with Maven
run: ./mvnw test