3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-22 11:07:52 +00:00

Include ssh keys for submodules

This commit is contained in:
Akash Levy 2024-10-19 14:21:46 -07:00
parent 244206c7de
commit a48897a708
3 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: