From c5c53770856321883b19c618d712cbbbc13c84e7 Mon Sep 17 00:00:00 2001 From: David Boike Date: Tue, 22 Jul 2025 13:43:28 -0500 Subject: [PATCH 1/2] No longer need to check for Dependabot-raised PRs --- .github/workflows/build-windows.yml | 1 - .github/workflows/ci.yml | 1 - .github/workflows/release.yml | 3 --- 3 files changed, 5 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index bcae69fb1e..3a67d3b0fb 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -5,7 +5,6 @@ defaults: shell: pwsh jobs: build: - if: ${{ github.actor != 'dependabot[bot]' }} runs-on: windows-latest steps: - name: Check for secrets diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d621c16c3..98b8cd8c33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,6 @@ jobs: AZURE_ACI_CREDENTIALS: ${{ secrets.AZURE_ACI_CREDENTIALS }} windows-installers: - if: ${{ github.actor != 'dependabot[bot]' }} uses: ./.github/workflows/build-windows.yml secrets: inherit containers: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44a38e6ea4..ac8149db33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,14 +8,11 @@ env: DOTNET_NOLOGO: true jobs: windows-installers: - if: ${{ github.actor != 'dependabot[bot]' }} uses: ./.github/workflows/build-windows.yml secrets: inherit containers: - if: ${{ github.actor != 'dependabot[bot]' }} uses: ./.github/workflows/build-containers.yml secrets: inherit db-container: - if: ${{ github.actor != 'dependabot[bot]' }} uses: ./.github/workflows/build-db-container.yml secrets: inherit \ No newline at end of file From f0e4d44332585ce9a0566ae389566641273e0ea0 Mon Sep 17 00:00:00 2001 From: David Boike Date: Tue, 22 Jul 2025 13:54:59 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7b1f66f0..2927d8dcf6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ the `launchSettings.json` file of each instance. When started in setup mode, the ## Secrets -Testing using the [CI workflow](/.github/workflows/ci.yml) depends on the following secrets, which must be defined for both Actions and Dependabot secrets. The Particular values for these secrets are stored in the secure note named **ServiceControl Repo Secrets**. +Testing using the [CI workflow](/.github/workflows/ci.yml) depends on the following secrets. The Particular values for these secrets are stored in the secure note named **ServiceControl Repo Secrets**. * `LICENSETEXT`: Particular Software license text * `AWS_ACCESS_KEY_ID`: For testing SQS