Skip to content

Commit

Permalink
♻️ (gocardless) rename nordigen_* secrets to gocardless_* (actualbudg…
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Jan 9, 2024
1 parent 761b3c6 commit 4ece4a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ export const GoCardlessInitialise = ({

await Promise.all([
send('secret-set', {
name: 'nordigen_secretId',
name: 'gocardless_secretId',
value: secretId,
}),
send('secret-set', {
name: 'nordigen_secretKey',
name: 'gocardless_secretKey',
value: secretKey,
}),
]);
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2181.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---

migration: rename `nordigen_*` secrets to `gocardless_*`

0 comments on commit 4ece4a7

Please sign in to comment.