Skip to content

Commit

Permalink
use bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Jul 16, 2023
1 parent 22012d6 commit 3c26877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
url: 'https://api.github.com/repos/chaiNNer-org/chaiNNer-org.github.io/dispatches'
method: 'POST'
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "token ${{ secrets.GITHUB_TOKEN }}"}'
customHeaders: '{"Accept": "application/vnd.github+json"}'
bearerToken: ${{ secrets.GITHUB_TOKEN }}
data: '{"event_type": "webhook"}'

0 comments on commit 3c26877

Please sign in to comment.