Skip to content

docs: add Observability section to README #12

docs: add Observability section to README

docs: add Observability section to README #12

Workflow file for this run

name: Build StatuServer
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
server-id: github-hzg
server-username: GITHUB_USER
server-password: GITHUB_TOKEN
- name: Run maven
run: mvn -B package --file pom.xml
env:
GITHUB_USER: ${{ secrets.MAVEN_GITHUB_USER }}
GITHUB_TOKEN: ${{ secrets.MAVEN_GITHUB_TOKEN }}