github: add serverURL annd provenanceBuilderID

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-01-25 03:20:18 +01:00
parent 380149da27
commit b03f6a405c
3 changed files with 48 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
process.env = Object.assign({}, process.env, {
GITHUB_REPOSITORY: 'docker/test-docker-action',
GITHUB_RUN_ID: '123',
RUNNER_TEMP: '/tmp/github_runner',
RUNNER_TOOL_CACHE: '/tmp/github_tool_cache'
}) as {