Skip to content

Commit 4193747

Browse files
committed
Fix secrets naming in woodpecker file
1 parent 0cb1abf commit 4193747

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.woodpecker/prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ steps:
3636
secret:
3737
from_secret: secret
3838
host:
39-
from_secret: host
39+
from_secret: prod_host
4040
path:
41-
from_secret: path
41+
from_secret: prod_path
4242
user:
4343
from_secret: user
4444
actions:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.6] - 2025-03-11
11+
12+
- Fix secrets naming in woodpecker file
13+
1014
## [1.8.6] - 2025-03-10
1115

1216
- Update woodpecker config with labels and STG deploy

0 commit comments

Comments
 (0)