1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

CI: remove git credentials after checkout (#37459)

This commit is contained in:
XhmikosR
2022-11-09 09:21:55 +02:00
committed by GitHub
parent d4349faa5f
commit 11f5d28db6
10 changed files with 20 additions and 0 deletions

View File

@@ -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