Skip to content

Commit b028ffa

Browse files
authored
use git-access-token (#871)
1 parent dbae10c commit b028ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_protos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git push -f origin workflow/update-protos
5454
gh pr view workflow/update-protos && gh pr reopen workflow/update-protos || gh pr create -B main -H workflow/update-protos -t "Automated Protos Update" -b "This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes" -a njooma -r njooma
5555
env:
56-
GH_TOKEN: ${{ github.token }}
56+
GH_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
5757

5858
- name: Notify slack of failure
5959
uses: slackapi/slack-github-action@v1.24.0

0 commit comments

Comments
 (0)