Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Oct 24, 2024
1 parent 448c7dd commit 7cb6da4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release notifier
on:
workflow_dispatch:
release:
Expand All @@ -9,8 +10,6 @@ jobs:
steps:
- name: Generate token
uses: tibdex/github-app-token@v1
id: generate-token
continue-on-error: true
with:
app_id: ${{ secrets.PARTNER_DATASOURCES_APP_ID }}
private_key: ${{ secrets.PARTNER_DATASOURCES_APP_PEM }}
Expand Down

0 comments on commit 7cb6da4

Please sign in to comment.