From 11f1dfaff1fc2daa361f157017c18e60be05d7ac Mon Sep 17 00:00:00 2001 From: Joey Ballentine Date: Sun, 16 Jul 2023 14:29:54 -0400 Subject: [PATCH] maybe this will work --- .github/workflows/build-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 5e9b8290c..ccf126f5f 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -21,5 +21,5 @@ jobs: url: 'https://api.github.com/repos/chaiNNer-org/chaiNNer-org.github.io/dispatches' method: 'POST' customHeaders: '{"Accept": "application/vnd.github+json"}' - bearerToken: ${{ secrets.GITHUB_TOKEN }} + bearerToken: ${{ secrets.GH_TEST_TOKEN }} data: '{"event_type": "webhook"}'