mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-12-07 05:07:15 -07:00
Add support for SSH_DEPLOY_KEY variable (instead of only the personal access token)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache git openssh-client
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user