Skip to content

Commit

Permalink
ci: copying gh secrets atKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 28, 2023
1 parent ae0ab5e commit 296e751
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
setup_sshnpd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Copy keys
run: echo "${{secrets.SOCCER0_KEY}}" > @soccer0_key.atKeys
working-directory: test/end2end_tests/sshnpd_image/keys

- name: Build sshnpd_image
run: |
docker build -t sshnpd_image -f test/end2end_tests/sshnpd_image/Dockerfile test/end2end_tests/sshnpd_image
Expand Down

0 comments on commit 296e751

Please sign in to comment.