Skip to content

Commit

Permalink
Update workflow to use secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sjonpaulbrown committed Jun 24, 2024
1 parent c0ccaf7 commit 94b9bbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/flaky-test-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
env:
TEST_CATEGORY: unit
uses: ./.github/workflows/actions/test-monitor-process-results
secrets:
FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER }}
FLAKY_TEST_SERVICE_ACCOUNT: ${{ secrets.FLAKY_TEST_SERVICE_ACCOUNT }}

unit-test-modules:
name: Unit Tests (Modules)
Expand Down Expand Up @@ -114,6 +117,9 @@ jobs:
env:
TEST_CATEGORY: ${{ matrix.test_category }}
uses: ./.github/workflows/actions/test-monitor-process-results
secrets:
FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER }}
FLAKY_TEST_SERVICE_ACCOUNT: ${{ secrets.FLAKY_TEST_SERVICE_ACCOUNT }}

integration-test:
name: Integration Tests
Expand Down Expand Up @@ -172,3 +178,7 @@ jobs:
env:
TEST_CATEGORY: ${{ matrix.test_category }}
uses: ./.github/workflows/actions/test-monitor-process-results
secrets:
FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.FLAKY_TEST_WORKLOAD_IDENTITY_PROVIDER }}
FLAKY_TEST_SERVICE_ACCOUNT: ${{ secrets.FLAKY_TEST_SERVICE_ACCOUNT }}

0 comments on commit 94b9bbe

Please sign in to comment.