Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defaults:
shell: pwsh
jobs:
build:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: windows-latest
steps:
- name: Check for secrets
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down