change custom headers

This commit is contained in:
Jonathan Branan 2024-10-20 00:24:35 -05:00
parent bfb86dcd41
commit 7f16bf9157

View File

@ -34,4 +34,4 @@ jobs:
with:
url: 'http://192.168.4.11:7777/v1/update'
method: 'GET'
customHeaders: '{"Authorization: Bearer ${{ secrets.DEPLOYTOKEN }}"}'
customHeaders: '{"Authorization": "Bearer ${{ secrets.DEPLOYTOKEN }}"}'