Don't set SSH_AUTH_SOCK
This commit is contained in:
4
.github/workflows/chipyard-run-tests-gpu.yml
vendored
4
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -17,7 +17,7 @@ env:
|
|||||||
conda-env-name-no-time: cy-${{ github.run_id }}
|
conda-env-name-no-time: cy-${{ github.run_id }}
|
||||||
workflow-timestamp: ${{ github.event.pull_request.updated_at }}
|
workflow-timestamp: ${{ github.event.pull_request.updated_at }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SSH_AUTH_SOCK: /tmp/ssh_agent_github.sock
|
# SSH_AUTH_SOCK: /tmp/ssh_agent_github.sock
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cancel-prior-workflows:
|
cancel-prior-workflows:
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
ls -alh .
|
ls -alh .
|
||||||
- name: Run ssh-agent
|
- name: Run ssh-agent
|
||||||
run: |
|
run: |
|
||||||
pgrep -u $USER ssh-agent || false
|
ssh-add -l >/dev/null
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Git workaround
|
- name: Git workaround
|
||||||
|
|||||||
Reference in New Issue
Block a user