update github token for repository-dispatch

This commit is contained in:
p_caiwfeng
2022-02-16 11:10:22 +08:00
parent cebd3f7623
commit 4f0da2803f

View File

@@ -57,7 +57,6 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: wencaiwulue/kubevpn
token: ${{ secrets.REPOSITORYDISPATCH }}
event-type: my-event
client-payload: '{"url": "${{ steps.create_release.outputs.upload_url }}"}'