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:
authorPatrick H. Lauke <redux@splintered.co.uk>2022-11-13 01:09:18 +0300
committerGitHub <noreply@github.com>2022-11-13 01:09:18 +0300
commit637ba919e36b9752b17c4b046cd8fade43f53e81 (patch)
tree190c451f727af7f7dee93b47c5a133c82a11c3cc /.github/workflows/node-sass.yml
parentf700f48003a213a83037c6d102f59aea27972f17 (diff)
parent0446e22b5aa556701f32015e9678f4ae822d1386 (diff)
Merge branch 'main' into patrickhlauke-docs-carousel-rewritepatrickhlauke-docs-carousel-rewrite
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