expose ssh_key
This commit is contained in:
parent
9244e6df97
commit
b8fffcef94
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ steps:
|
|||
- git add .
|
||||
- git commit -am "Update flake"
|
||||
- git push --force origin main:update-flake
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: SSH_KEY
|
||||
- name: Create pull request
|
||||
image: alpine:latest
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue