diff --git a/.github/workflows/update_protos.yml b/.github/workflows/update_protos.yml index cdb069a7c..8ec223c80 100644 --- a/.github/workflows/update_protos.yml +++ b/.github/workflows/update_protos.yml @@ -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 @@ -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/slack-github-action@v1.24.0