Skip to content

Commit

Permalink
Fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Oct 24, 2024
1 parent 4d63dbc commit f5a226f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5a226f

Please sign in to comment.