Skip to content

Commit 0041f98

Browse files
committed
ci: reuse vchart changelog api secrets
1 parent f685a8e commit 0041f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
- name: Generate changelog blocks from changefiles (release)
146146
if: startsWith(github.ref_name, 'release/')
147147
env:
148-
CHANGELOG_API_URL: ${{ secrets.VTABLE_CHANGELOG_API_URL }}
149-
CHANGELOG_API_TOKEN: ${{ secrets.VTABLE_CHANGELOG_API_TOKEN }}
148+
CHANGELOG_API_URL: ${{ secrets.VCHART_CHANGELOG_API_URL }}
149+
CHANGELOG_API_TOKEN: ${{ secrets.VCHART_CHANGELOG_API_TOKEN }}
150150
RELEASE_VERSION: ${{ steps.semver_release.outputs.main }}
151151
run: |
152152
node <<'NODE'

0 commit comments

Comments
 (0)