Skip to content

Commit

Permalink
Secret handling
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 14, 2024
1 parent f9b836f commit bc77ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
tests-java:
name: Backend Tests
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
secrets: inherit
uses: ./.github/workflows/reusable-tests-be.yml

tests-frontend:
name: Frontend Unit Tests
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
secrets: inherit
uses: ./.github/workflows/reusable-tests-fe.yml

trivy:
Expand Down

0 comments on commit bc77ca5

Please sign in to comment.