From f5a226f0c40b07710be957a441cd5428892504ad Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Thu, 24 Oct 2024 23:42:50 +0100 Subject: [PATCH] Fix flow --- .github/workflows/notify-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index f05cec3..3fede55 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -8,8 +8,8 @@ jobs: generate-token: uses: actions/create-github-app-token@v1 with: - app_id: ${{ secrets.PARTNER_DATASOURCES_APP_ID }} - private_key: ${{ secrets.PARTNER_DATASOURCES_APP_PEM }} + app-id: ${{ secrets.PARTNER_DATASOURCES_APP_ID }} + private-key: ${{ secrets.PARTNER_DATASOURCES_APP_PEM }} send-slack-notification: needs: generate-token