Skip to content

Commit a42d7d6

Browse files
authored
Merge pull request #131 from authzed/add-dotnet-to-list-of-triggers
Add dotnet to list of triggers
2 parents 63b8911 + 038aa8d commit a42d7d6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release-client-update.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ jobs:
3737
repository: "authzed/authzed-java"
3838
event-type: "api_update"
3939
client-payload: '{"BUFTAG": "${{ github.ref_name }}"}'
40+
- uses: "peter-evans/repository-dispatch@v2"
41+
name: "🔵🥅 Update authzed-dotnet"
42+
with:
43+
token: "${{ secrets.EXTERNAL_REPO_TOKEN }}"
44+
repository: "authzed/authzed-dotnet"
45+
event-type: "api_update"
46+
client-payload: '{"BUFTAG": "${{ github.ref_name }}"}'

0 commit comments

Comments
 (0)