Skip to content

Update links.txt

Update links.txt #22

Workflow file for this run

name: Deploy Links
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Deploy new files
uses: fjogeleit/http-request-action@v1
with:
url: 'https://mc.loudbook.dev/'
method: 'POST'
customHeaders: '{"token": "${{ secrets.HTTPTOKEN }}", "Content-Type": "application/json"}'
file: 'links.txt'