From f41a3879f5b99cf9aaa0ec97042d15d4c488c767 Mon Sep 17 00:00:00 2001 From: Amaury Van Espen Date: Sun, 25 Aug 2024 19:07:34 +0200 Subject: [PATCH] Update gist.yml with PAT --- .github/workflows/gist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gist.yml b/.github/workflows/gist.yml index 9cd7676..a6b90a4 100644 --- a/.github/workflows/gist.yml +++ b/.github/workflows/gist.yml @@ -18,7 +18,7 @@ jobs: - name: Update Resume Gist uses: exuanbo/actions-deploy-gist@v1.1.4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAT }} gist_id: 6569cfc574c7d75f0c5c191342f8f637 gist_description: "Amaury Van Espen Resume" file_path: resume.json