Skip to content

Commit

Permalink
action: github secrets if no forked prs (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 1, 2024
1 parent 66113a7 commit bdc8378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: dotnet build -c Release --verbosity minimal

- name: Setup Testcontainers Cloud Client
if: github.event_name != 'pull_request' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
run: ./build.bat profiler-zip

- name: Setup Testcontainers Cloud Client
if: github.event_name != 'pull_request' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}
Expand Down

0 comments on commit bdc8378

Please sign in to comment.