From 2709d41fea65f041007abfa75fd54af7a2ac685c Mon Sep 17 00:00:00 2001 From: Sadman Ahmed Shanto Date: Tue, 19 Dec 2023 18:12:13 -0600 Subject: [PATCH] changed the PAT --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c9dcd6c..61f5cdd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GH_PAT_CI }} + github_token: ${{ secrets.SQuADDS}} publish_dir: ./docs/build/html