Skip to content

Commit

Permalink
Add dotnet to list of triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Jan 27, 2025
1 parent 63b8911 commit 038aa8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-client-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ jobs:
repository: "authzed/authzed-java"
event-type: "api_update"
client-payload: '{"BUFTAG": "${{ github.ref_name }}"}'
- uses: "peter-evans/repository-dispatch@v2"
name: "🔵🥅 Update authzed-dotnet"
with:
token: "${{ secrets.EXTERNAL_REPO_TOKEN }}"
repository: "authzed/authzed-dotnet"
event-type: "api_update"
client-payload: '{"BUFTAG": "${{ github.ref_name }}"}'

0 comments on commit 038aa8d

Please sign in to comment.