Update test-sanitizers.yml

This commit is contained in:
Akash Levy 2025-09-14 11:40:11 -07:00 committed by GitHub
parent f5cb0c328f
commit 3a93d1c2bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ jobs:
with:
submodules: true
persist-credentials: false
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Setup environment
uses: ./.github/actions/setup-build-env