Skip to content

Commit

Permalink
better payload readability
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 16, 2024
1 parent be64e08 commit c6b7bb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/create-cms-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ jobs:
url: 'https://api.github.com/repos/reload/poc-dpl-cms-pr-trigger/dispatches'
method: 'POST'
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.CMS_PR_CREATION_PAT }}" }'
data: '{"event_type":"create_pr","client_payload":{"branch":"${{ env.RELEASE_BRANCH }}", "build_url":"${{ env.RELEASE_DOWNLOAD_URL }}"}}'
data: |
{
"event_type": "create_pr",
"client_payload": {
"branch": "${{ env.RELEASE_BRANCH }}",
"build_url": "${{ env.RELEASE_DOWNLOAD_URL }}",
package: "danskernesdigitalebibliotek/dpl-react"
}
}
17 changes: 0 additions & 17 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit c6b7bb0

Please sign in to comment.