Skip to content

Added PDF retrieval for invoices including test (#7) #97

Added PDF retrieval for invoices including test (#7)

Added PDF retrieval for invoices including test (#7) #97

Workflow file for this run

name: Maven Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: central
server-username: MAVEN_USERNAME # env variable for username in deploy
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Build with Maven
run: mvn -B -Prelease package --no-transfer-progress --file pom.xml
env:
TWIKEY_API_KEY: ${{ secrets.TWIKEY_API_KEY }}
CT: ${{ secrets.CT }}
MNDTNUMBER: ${{ secrets.MNDTNUMBER }}