We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3bfc9 commit 31979eaCopy full SHA for 31979ea
.github/workflows/tag_and_release_protos.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Notify Proto Watchers
68
uses: peter-evans/repository-dispatch@v2
69
with:
70
- token: ${{ secrets.GIT_ACCESS_TOKEN }}
+ token: ${{ secrets.REPO_READ_TOKEN }}
71
repository: ${{ matrix.repo }}
72
event-type: protos-updated
73
client-payload: '{"repo_name": "${{github.repository}}", "sha": "${{github.sha}}", "tag": "${{needs.bump-tag.outputs.new_tag}}"}'
0 commit comments