ci: dependencies
This commit is contained in:
parent
65688dcd9d
commit
73eb3bf70d
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
@ -38,6 +38,14 @@ jobs:
|
||||
{ distro: Debian, release: 11 }
|
||||
]
|
||||
|
||||
- uses: digitalocean/action-doctl@v2
|
||||
with:
|
||||
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
|
||||
|
||||
- uses: webfactory/ssh-agent@v0.8.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
steps:
|
||||
- name: Create droplet
|
||||
run: >-
|
||||
|
Loading…
Reference in New Issue
Block a user