diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c79f028..268b2e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,10 @@ jobs: name: Linux fail-fast: false steps: + - name: Check for secrets + env: + SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }} + run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 }) - name: Checkout uses: actions/checkout@v4.2.2 with: diff --git a/src/NServiceBus.Transport.PostgreSql/NServiceBus.Transport.PostgreSql.csproj b/src/NServiceBus.Transport.PostgreSql/NServiceBus.Transport.PostgreSql.csproj index 6096b003..12d700a6 100644 --- a/src/NServiceBus.Transport.PostgreSql/NServiceBus.Transport.PostgreSql.csproj +++ b/src/NServiceBus.Transport.PostgreSql/NServiceBus.Transport.PostgreSql.csproj @@ -27,8 +27,8 @@ - +