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