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