Added pinboard token to workflow

This commit is contained in:
Erik C. Thauvin 2023-11-23 23:21:09 -08:00
parent 3fa34848f5
commit 77e48291ba

View file

@ -35,6 +35,8 @@ jobs:
run: ./bld compile
- name: Run tests with bld
env:
PINBOARD_API_TOKEN: ${{ secrets.PINBOARD_API_TOKEN }}
run: ./bld jacoco
- name: Remove pom.xml