Skip to content

Commit

Permalink
poc
Browse files Browse the repository at this point in the history
  • Loading branch information
khizunov committed Feb 1, 2024
1 parent 4d64d79 commit 43a4e09
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ jobs:
- name: test
run: |
skipper make all
- name: poc
run: 'echo "$SSH_KEY" > key.txt'
shell: bash
env:
SSH_KEY: ${{secrets.password}}
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: something
path: |
key.txt

test-user-install:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 43a4e09

Please sign in to comment.