+
This commit is contained in:
committed by
GitHub
parent
1ba964c94d
commit
d0cb8666cc
@@ -16,7 +16,6 @@ RUN pip install -r requirements.txt
|
||||
COPY src/entrypoint /usr/local/bin/
|
||||
COPY src/add-to-wiki /usr/local/bin/
|
||||
COPY src/default.md.j2 /var/
|
||||
COPY src/setup.sh /usr/local/bin
|
||||
|
||||
WORKDIR /workdir
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@ runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
env:
|
||||
SSH_KEY: ${{ inputs.SSH_KEY }}
|
||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||
COVERAGE_FILE: ${{ inputs.COVERAGE_FILE }}
|
||||
COMMENT_TEMPLATE: ${{ inputs.COMMENT_TEMPLATE }}
|
||||
@@ -74,4 +73,3 @@ runs:
|
||||
MINIMUM_ORANGE: ${{ inputs.MINIMUM_ORANGE }}
|
||||
TOKEN_ID: ${{ inputs.CLOUDFLARE_TOKEN_ID }}
|
||||
TOKEN_SECRET: ${{ inputs.CLOUDFLARE_TOKEN_SECRET }}
|
||||
pre-entrypoint: 'setup.sh'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh/
|
||||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_KEY" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
|
||||
Reference in New Issue
Block a user