Skip to content

Commit c5306f1

Browse files
authored
Update to v7 of step (#438)
1 parent 93a4971 commit c5306f1

File tree

2 files changed

+1358
-958
lines changed

2 files changed

+1358
-958
lines changed

.github/workflows/update_protos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ jobs:
1515
steps:
1616
- name: Checkout Code
1717
uses: actions/checkout@v4
18-
with:
19-
token: ${{ secrets.REPO_READ_TOKEN }}
2018

2119
- name: Update api
2220
run: |
2321
echo ${{ github.event.client_payload.tag }} > api_version.lock
2422
2523
- name: Add + Commit + Open PR
26-
uses: peter-evans/create-pull-request@v6
24+
uses: peter-evans/create-pull-request@v7
2725
with:
2826
commit-message: '[WORKFLOW] Updating protos from ${{ github.event.client_payload.repo_name }}, commit: ${{ github.event.client_payload.sha }}'
2927
branch: 'workflow/update-protos'

0 commit comments

Comments
 (0)