DF-DOCKER: Enable forcing request for existing or monitored content. … #183
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Feed ~ Heyer.app | |
on: push | |
jobs: | |
send-request: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send | |
uses: fjogeleit/http-request-action@v1 | |
with: | |
url: 'https://heyer.app/miscapi/feedevent/' | |
method: 'POST' | |
customHeaders: '{"Content-Type": "application/json", "Authorization":"Token 81476205a0e4310d12596330bd56b3fa3962494f"}' | |
data: '{"source": "Github", "description": "Pushed commit to ${{github.event.repository.full_name}}: ${{ github.event.head_commit.message }}", "link":"${{github.event.repository.url}}"}' |