Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-11-09 10:21:55 +0300
committerGitHub <noreply@github.com>2022-11-09 10:21:55 +0300
commit11f5d28db62453b0f4e4325617b4b61250c51f01 (patch)
tree059a63fee89cb76d3cba0bcec3e2e10adc4259d6 /.github/workflows/node-sass.yml
parentd4349faa5fcbc7b78ce7e4cd1dae602ff875c5d0 (diff)
CI: remove git credentials after checkout (#37459)
Diffstat (limited to '.github/workflows/node-sass.yml')
-rw-r--r--.github/workflows/node-sass.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml
index 465cee4850..89a59d4f7d 100644
--- a/.github/workflows/node-sass.yml
+++ b/.github/workflows/node-sass.yml
@@ -18,6 +18,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3