From 14b939129be3b5d1048e2c6ace93916c694aaaec Mon Sep 17 00:00:00 2001 From: Pariterre Date: Mon, 12 Aug 2024 12:09:29 -0400 Subject: [PATCH] Added Env --- .github/workflows/run_matlab_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run_matlab_tests.yml b/.github/workflows/run_matlab_tests.yml index f9c57014..dc606279 100644 --- a/.github/workflows/run_matlab_tests.yml +++ b/.github/workflows/run_matlab_tests.yml @@ -79,6 +79,8 @@ jobs: - name: Upload files to a GitHub release uses: xresloader/upload-to-github-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: "ezc3d_matlab.zip" verbose: true