From c89249c1cc7d5b0e8e25c43c334cd51bd5666e4d Mon Sep 17 00:00:00 2001 From: Braedon Date: Mon, 15 Apr 2024 19:08:01 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2085731..daa2ded 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,8 +21,6 @@ jobs: - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v3 with: - ACCESS_TOKEN: ${{ secrets.secretfuckingtoken }} + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages FOLDER: __sapper__/export/ - permissions: - contents: write