Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/update_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_READ_TOKEN }}

- name: Update API
if: ${{ !inputs.api_version }} # called from outside
Expand All @@ -42,6 +44,7 @@ jobs:
title: Automated Protos Update
body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes
team-reviewers: sdk-netcode
token: ${{ secrets.GIT_ACCESS_TOKEN }}

- name: Notify slack of failure
uses: slackapi/[email protected]
Expand Down