Skip to content

Commit

Permalink
pass secrets to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Mar 20, 2024
1 parent 27e3a96 commit a03d6d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ run-name: Generate Test Report for workflow ${{ github.event.workflow_run.name }

on:
workflow_run:
workflows: [ "CI" ]
types:
- completed
workflows: ["CI", "build"]
types: [completed]

jobs:
report:
name: Test Report 🧪
uses: DbUp/Universe/.github/workflows/test-report.yml@reusable
uses: DbUp/Universe/.github/workflows/test-report.yml@reusable
secrets: inherit

0 comments on commit a03d6d7

Please sign in to comment.