Skip to content

Commit 05411fc

Browse files
committed
add token to env
1 parent e9eaddd commit 05411fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ clone:
88
steps:
99
init-secrets:
1010
image: infisical/cli
11+
environment:
12+
INFISICAL_TOKEN:
13+
from_secret: VAULT_TOKEN
1114
commands:
1215
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > "${SCRIPT_DIR}/deploy.vault.env"
1316
secrets:

0 commit comments

Comments
 (0)