add ssh key to environment

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-24 08:06:39 +01:00
parent a09879b029
commit 4f9823f523
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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: