Skip to content

Commit

Permalink
Updae build.yml for gitboard.io
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Apr 19, 2023
1 parent 8f07c2a commit dded32a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
jdk: ['8', '11']

steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.SONATYPE_USERNAME }}
key: ${{ secrets.GITBOARD_ID }}

- uses: actions/checkout@v3

- name: Set up JDK ${{ matrix.jdk }}
Expand Down

0 comments on commit dded32a

Please sign in to comment.