Skip to content

Commit

Permalink
.github: maven: Remove secrets after build
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Verma <[email protected]>
  • Loading branch information
shank03 committed Sep 17, 2023
1 parent 17cbdda commit c3ded0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
run: chmod +x ./decrypt.sh && ./decrypt.sh
- name: Build with Maven
run: mvn -B clean package --file pom.xml -T 8
- name: Clean up secrets
run: rm -rf src/main/resources/secrets.yml && rm -rf src/main/resources/firebase_private_key.json

0 comments on commit c3ded0f

Please sign in to comment.