File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3737java -version
3838
3939echo " --- Prepare github secrets :vault:"
40- VAULT_SECRET_PATH=kv/ci-shared/observability-ci/github-bot-user
41- GITHUB_SECRET=$( vault kv get -field token " ${VAULT_SECRET_PATH} " )
42- GIT_USER=$( vault kv get -field username " ${VAULT_SECRET_PATH} " )
43- GIT_EMAIL=$( vault kv get -field email " ${VAULT_SECRET_PATH} " )
40+ # Only accessible by Elastic employees
41+ # The GitHub Permission Set can be found at:
42+ # https://github.com/v1v/terrazzo/blob/main/manifests/prod/vault/apm-agent-java-permission-set.yaml
43+ GITHUB_SECRET=$VAULT_GITHUB_TOKEN
44+ GIT_USER=" elastic-vault-github-plugin-prod"
45+ GIT_EMAIL=" obltmachine@users.noreply.github.com"
4446GH_TOKEN=$GITHUB_SECRET
4547export GITHUB_SECRET GH_TOKEN GIT_USER GIT_EMAIL
You can’t perform that action at this time.
0 commit comments