Skip to content

Commit

Permalink
build(release): update dispatch token
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 28, 2023
1 parent cddab70 commit c856a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Deliver application to production
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DISPATCH_TOKEN }}
token: ${{ env.CI_GITHUB_TOKEN }}
repository: ${{ env.OWNER }}/${{ env.DEPLOY_REPO }}
event-type: app_delivery
client-payload: '{
Expand Down

0 comments on commit c856a99

Please sign in to comment.