From 2ed30cd77431b4abebe6fb29c1a2874e38c8f550 Mon Sep 17 00:00:00 2001 From: Nathaniel Kerr Date: Sun, 24 Nov 2024 17:41:48 -0500 Subject: [PATCH] Use correct branch name --- .github/workflows/update_website.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_website.yaml b/.github/workflows/update_website.yaml index 6edeff1..f8394a1 100644 --- a/.github/workflows/update_website.yaml +++ b/.github/workflows/update_website.yaml @@ -3,7 +3,7 @@ name: Update website on: workflow_dispatch: {} push: - branches: [ "main" ] + branches: [ "master" ] jobs: update: @@ -15,4 +15,4 @@ jobs: - name: Restart site shell: bash run: | - curl -X POST https://director.tjhsst.edu/sites/399/restart -d csrfmiddlewaretoken=${{ secrets.ION_CSRF_TOKEN }} \ No newline at end of file + curl -X POST https://director.tjhsst.edu/sites/399/restart -d csrfmiddlewaretoken=jQGbtFz6xzN42pp1WWmtbqLYkNfSZkITJIAoS1RUtR4wGcBakPU3cr8xHEvrMSsP \ No newline at end of file