We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03dd9a0 + 0eb8bb9 commit 61e0ce7Copy full SHA for 61e0ce7
.github/workflows/publish_mltbx.yml
@@ -8,6 +8,8 @@ jobs:
8
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
9
# Instead, run on ubuntu-20.04
10
runs-on: ubuntu-20.04
11
+ permissions:
12
+ contents: write
13
env:
14
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
15
steps:
0 commit comments