From 0eb8bb939f9b2797668a6e54559ceda831e779d3 Mon Sep 17 00:00:00 2001 From: duncanpo Date: Sat, 2 Mar 2024 11:10:45 -0500 Subject: [PATCH] fix permission issue when publishing release assets --- .github/workflows/publish_mltbx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_mltbx.yml b/.github/workflows/publish_mltbx.yml index 6e3bdab..9cbb26b 100644 --- a/.github/workflows/publish_mltbx.yml +++ b/.github/workflows/publish_mltbx.yml @@ -8,6 +8,8 @@ jobs: # Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11 # Instead, run on ubuntu-20.04 runs-on: ubuntu-20.04 + permissions: + contents: write env: OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install" steps: