From b7dfd49cb03983fba8fcd8a3a0c5edbb447c3f78 Mon Sep 17 00:00:00 2001 From: Amanda L Martin Date: Thu, 7 Nov 2024 09:54:32 -0500 Subject: [PATCH] new token --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d89658fe..5559fa94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: with: project_processing: skip env: - token: ${{ secrets.PAT }} + token: ${{ secrets.GHTOKEN }} repository: ${{ github.repository }} ref: ${{ github.ref }}