Skip to content

Commit

Permalink
sanity check ssh keyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Oct 29, 2024
1 parent 8b41e1f commit 7826dd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run `make`
shell: 'script -q -e -c "bash {0}"'
run: |
mkdir -p ~/.ssh/
echo "$REPROS_KEY" > ~/.ssh/repros.key
Expand Down

0 comments on commit 7826dd7

Please sign in to comment.