Skip to content

Commit 616d47b

Browse files
committed
Add GitHub Actions workflow for Maven package build
1 parent 3c9a4a8 commit 616d47b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Maven Package
2+
on:
3+
workflow_dispatch:
4+
push:
5+
jobs:
6+
GuicedInjection:
7+
uses: GuicedEE/Workflows/.github/workflows/projects.yml@master
8+
with:
9+
baseDir: ''
10+
name: 'Guiced Client'
11+
secrets:
12+
USERNAME: ${{secrets.USERNAME}}
13+
USER_TOKEN: ${{secrets.USER_TOKEN}}
14+
SONA_USERNAME: ${{secrets.SONA_USERNAME}}
15+
SONA_PASSWORD: ${{secrets.SONA_PASSWORD}}

0 commit comments

Comments
 (0)