Notify dapr/homebrew-tap on new release. (#408)

This commit is contained in:
Artur Souza 2020-07-21 19:04:18 -07:00 committed by GitHub
parent 8814c74d75
commit 94396d6bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# ------------------------------------------------------------
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# ------------------------------------------------------------
name: release_notification
on:
release:
types: [prereleased,released]
jobs:
notify:
name: Notify about Dapr Cli release.
runs-on: ubuntu-latest
steps:
- name: Notify dapr/homebrew-tap repo
run: GITHUB_TOKEN="${{ secrets.RELEASE_USER_TOKEN }}" gh api repos/dapr/homebrew-tap/dispatches -X POST -F event_type=update