Skip to content

Commit

Permalink
Update trigger_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor authored Jun 29, 2022
1 parent 0a21bf4 commit 8833dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Send the Repository Dispatch event
uses: peter-evans/[email protected]
with:
token: "::add-mask::${{ secrets.TRIGGER_ACTION_ACCESS_TOKEN }}"
repository: "::add-mask::${{ secrets.DEPLOYMENT_ACTION_REPO }}"
token: ${{ secrets.TRIGGER_ACTION_ACCESS_TOKEN }}
repository: ${{ secrets.DEPLOYMENT_ACTION_REPO }}
event-type: unblock-youku

0 comments on commit 8833dba

Please sign in to comment.