Skip to content

Commit 8234acc

Browse files
authored
#1435 fix secret passing
1 parent a92f55a commit 8234acc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven-build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ jobs:
384384
outputs:
385385
status: ${{ join(steps.*.outcome) }}
386386
continue-on-error: true
387+
env:
388+
BUILD_USER: ${{ secrets.BUILD_USER }}
389+
BUILD_USER_PASSWD: ${{ secrets.BUILD_USER_PASSWD }}
390+
BUILD_USER_EMAIL: ${{ secrets.BUILD_USER_EMAIL }}
387391
steps:
388392
- name: Clone
389393
uses: actions/checkout@v2

0 commit comments

Comments
 (0)