Added pinboard token to workflow
This commit is contained in:
parent
3fa34848f5
commit
77e48291ba
1 changed files with 2 additions and 0 deletions
2
.github/workflows/bld.yml
vendored
2
.github/workflows/bld.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue