Skip to content

Commit

Permalink
Integrate with Gitboard
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Mar 29, 2024
1 parent 8925f33 commit 887dccf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_USERNAME }}
key: ${{ secrets.GITBOARD_SECRET_TOKEN }}
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -31,6 +35,10 @@ jobs:
matrix:
api-level: [ 34 ]
steps:
- uses: gitboard-io/gitboard-action@main
with:
username: ${{ secrets.GITBOARD_USERNAME }}
key: ${{ secrets.GITBOARD_SECRET_TOKEN }}
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
Expand Down

0 comments on commit 887dccf

Please sign in to comment.