diff options
| author | XhmikosR <[email protected]> | 2022-11-09 09:21:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-09 09:21:55 +0200 |
| commit | 11f5d28db62453b0f4e4325617b4b61250c51f01 (patch) | |
| tree | 059a63fee89cb76d3cba0bcec3e2e10adc4259d6 /.github/workflows/browserstack.yml | |
| parent | d4349faa5fcbc7b78ce7e4cd1dae602ff875c5d0 (diff) | |
| download | bootstrap-11f5d28db62453b0f4e4325617b4b61250c51f01.tar.xz bootstrap-11f5d28db62453b0f4e4325617b4b61250c51f01.zip | |
CI: remove git credentials after checkout (#37459)
Diffstat (limited to '.github/workflows/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 425c56684..ab03e2de7 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Clone repository uses: actions/checkout@v3 + with: + persist-credentials: false - name: Set up Node.js uses: actions/setup-node@v3 |
