Skip to content

Commit c924f59

Browse files
authored
Merge pull request #27632 from element-hq/t3chguy/fix-release-note-ingest
Remove redundant reusable workflow input
2 parents c6134b1 + 0845c51 commit c924f59

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2121
with:
2222
final: ${{ inputs.mode == 'final' }}
23-
include-changes: matrix-react-sdk
2423
gpg-fingerprint: ${{ vars.GPG_FINGERPRINT }}
2524
asset-path: dist/*.tar.gz
2625
expected-asset-count: 3
@@ -31,11 +30,13 @@ jobs:
3130
runs-on: ubuntu-latest
3231
steps:
3332
- name: Notify element-desktop repo that element-web release has completed to re-trigger release-drafter
34-
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
33+
uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1
3534
with:
36-
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
37-
repository: element-hq/element-desktop
38-
event-type: upstream-release-notify
35+
workflow: release-drafter.yml
36+
repo: element-hq/element-desktop
37+
ref: staging
38+
# Required when using the `repo` option. Either a PAT or a token generated from the GitHub app or CLI
39+
token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
3940

4041
check:
4142
name: Post release checks

0 commit comments

Comments
 (0)