Skip to content

Commit a333dac

Browse files
committed
ci: rename calens GitHub App secrets to APP_ID/APP_PRIVATE_KEY
1 parent dddb40a commit a333dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/calens.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-
CALENS_APP_ID: ${{ secrets.CALENS_APP_ID }}
16-
CALENS_APP_PRIVATE_KEY: ${{ secrets.CALENS_APP_PRIVATE_KEY }}
15+
APP_ID: ${{ secrets.CALENS_APP_ID }}
16+
APP_PRIVATE_KEY: ${{ secrets.CALENS_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)