Skip to content

Commit

Permalink
Update qa-release.yml
Browse files Browse the repository at this point in the history
Add manifestly checklist run trigger
  • Loading branch information
davkutalek authored Apr 12, 2022
1 parent 8ead4f2 commit 4107a95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ jobs:
track: internal
# whatsNewDirectory: whatsnew/

# Start release checklist
- name: Start Manifestly release checklist
uses: fjogeleit/http-request-action@v1
with:
url: 'https://api.manifest.ly/api/v1/runs/?api_key=${{ secrets.MANIFESTLY_KEY }}'
method: 'POST'
data: '{ "checklist_id": 55793, "channel": "stax-releases", "title": "Test checklist run"}'


# Send slack notification
- name: Send Slack notification
Expand Down

0 comments on commit 4107a95

Please sign in to comment.