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 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