ci: Do not presist credentials while doing checkout (#21745)

This commit is contained in:
Mykola Mokhnach
2025-11-22 08:08:28 +01:00
committed by GitHub
parent 1034b02925
commit 82536ae9d5

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Use Node.js LTS
uses: actions/setup-node@v6
with: