Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 805bc85

Browse files
committed
👷 Add reusable build and dependabot specific workflow
1 parent 5b117cd commit 805bc85

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

‎.github/workflows/build-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build Dependabot
22

33
on:
44
pull_request_target

‎.github/workflows/reusable-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737

3838
- name: Build
3939
run: mvn -B -ntp verify
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4340

4441
- name: Cache sonar packages
4542
if: ${{ inputs.sonar_analysis == true }}

0 commit comments

Comments
 (0)