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 61e0ce7 + 300e3ed commit 321dc4aCopy full SHA for 321dc4a
.github/workflows/publish_mltbx.yml
@@ -8,8 +8,6 @@ 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:
@@ -89,6 +87,8 @@ jobs:
89
87
package-mltbx:
90
88
name: Package MATLAB Toolbox (MLTBX) Files
91
+ permissions:
+ contents: write
92
needs:
93
- build-ubuntu
94
- build-windows
0 commit comments