From df139ff8894dba300fafff4173a8d8c7ac03cf7e Mon Sep 17 00:00:00 2001 From: SIGPwny <88696760+sigpwny-uiuc@users.noreply.github.com> Date: Thu, 3 Oct 2024 23:11:31 -0500 Subject: [PATCH] Reteps/scheduled webhook (#234) * start scheduler code * commit change * run on PRs * rename some stuff * version bump scheduler * who made this library smh * set contents: write * chore: update workflow schedule * try again * try again * chore: update workflow schedule * works first try!!!! * works second try!!!!! * works third try!!!!! --------- Co-authored-by: Pete Stenger Co-authored-by: reteps --- .github/workflows/deploy-sigpwny.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-sigpwny.yml b/.github/workflows/deploy-sigpwny.yml index 0bcfbfcd..e41bd410 100644 --- a/.github/workflows/deploy-sigpwny.yml +++ b/.github/workflows/deploy-sigpwny.yml @@ -26,6 +26,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 with: + token: ${{ secrets.WORKFLOW_PAT }} submodules: true fetch-depth: 0