Обновить .gitea/workflows/werf-yonote-cleanup-template.yml
This commit is contained in:
parent
5014550e10
commit
86c9097497
|
@ -14,6 +14,10 @@ on:
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
commit_sha:
|
||||||
|
description: 'SHA текущего коммита'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
secrets:
|
secrets:
|
||||||
VAULT_ROLE_ID:
|
VAULT_ROLE_ID:
|
||||||
required: true
|
required: true
|
||||||
|
@ -66,4 +70,4 @@ jobs:
|
||||||
WERF_REPO: ${{ inputs.docker_repo_path }}/${{ inputs.docker_images_path }}
|
WERF_REPO: ${{ inputs.docker_repo_path }}/${{ inputs.docker_images_path }}
|
||||||
WERF_KUBECONFIG_BASE64: ${{ steps.import-secrets.outputs.local_cluster_kube_config_base64 }}
|
WERF_KUBECONFIG_BASE64: ${{ steps.import-secrets.outputs.local_cluster_kube_config_base64 }}
|
||||||
NPM_AUTH_TOKEN: ${{ steps.import-secrets.outputs.NPM_AUTH_TOKEN }}
|
NPM_AUTH_TOKEN: ${{ steps.import-secrets.outputs.NPM_AUTH_TOKEN }}
|
||||||
COMMIT_SHA: "${{ github.sha }}"
|
COMMIT_SHA: ${{ inputs.commit_sha }}
|
||||||
|
|
Loading…
Reference in New Issue