Skip to content

Commit 31979ea

Browse files
authored
Revert "use git-access-token" (#650)
1 parent bf3bfc9 commit 31979ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag_and_release_protos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Notify Proto Watchers
6868
uses: peter-evans/repository-dispatch@v2
6969
with:
70-
token: ${{ secrets.GIT_ACCESS_TOKEN }}
70+
token: ${{ secrets.REPO_READ_TOKEN }}
7171
repository: ${{ matrix.repo }}
7272
event-type: protos-updated
7373
client-payload: '{"repo_name": "${{github.repository}}", "sha": "${{github.sha}}", "tag": "${{needs.bump-tag.outputs.new_tag}}"}'

0 commit comments

Comments
 (0)