Skip to content

Commit 5f537a1

Browse files
fix(ci): use correct CALENS_* secrets for changelog workflow (#41575)
fix: use correct secrets for changelog workflow
1 parent db980c7 commit 5f537a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
changelog:
1313
uses: owncloud/reusable-workflows/.github/workflows/calens.yml@main
1414
secrets:
15-
APP_ID: ${{ secrets.CHANGELOG_APP_ID }}
16-
APP_PRIVATE_KEY: ${{ secrets.CHANGELOG_APP_PRIVATE_KEY }}
15+
APP_ID: ${{ secrets.CALENS_APP_ID }}
16+
APP_PRIVATE_KEY: ${{ secrets.CALENS_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)