chore: sync staging workspace
This commit is contained in:
11
scripts/extract-ci-token.yml
Normal file
11
scripts/extract-ci-token.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
gather_facts: no
|
||||
vars_files:
|
||||
- deployment/ansible/secrets/production.vault.yml
|
||||
tasks:
|
||||
- name: Extract CI_TOKEN
|
||||
debug:
|
||||
msg: "{{ vault_git_token }}"
|
||||
no_log: false
|
||||
Reference in New Issue
Block a user