From 7ecc16a405e0ae3e91aa396428dcf0ce39060fd7 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Tue, 8 Oct 2024 16:04:40 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12c4fbb5..20d63fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,7 +201,8 @@ jobs: submodules: true clean: false path: 'itksnap' - persist-credentials: false + # This expires after one year + token: ${{ secrets.SNAP_GITHUB_PAT }} # Configure ITK-SNAP - name: Configure ITK-SNAP