add ssh key to environment
This commit is contained in:
parent
a09879b029
commit
4f9823f523
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ steps:
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -am "Update packages"
|
- git commit -am "Update packages"
|
||||||
- git push --force origin main:update-package
|
- git push --force origin main:update-package
|
||||||
|
environment:
|
||||||
|
SSH_KEY:
|
||||||
|
from_secret: SSH_KEY
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Reference in a new issue