Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored Sep 28, 2020
1 parent db86d43 commit a699ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: release-to-env
client-payload: '{ "env": "qa","prerelease": true }'
client-payload: '{ "tag": "v11","prerelease": true }'
- uses: peter-evans/repository-dispatch@v1
if: contains(github.event.comment.body, '/deploy-prod')
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: release-to-env
client-payload: '{ "env": "prod","prerelease": false }'
client-payload: '{ "tag": "v11","prerelease": false }'

0 comments on commit a699ac5

Please sign in to comment.