Skip to content

Commit 321dc4a

Browse files
authored
Merge pull request #96 from mathworks/package
fix permission issue when publishing release assets
2 parents 61e0ce7 + 300e3ed commit 321dc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_mltbx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
99
# Instead, run on ubuntu-20.04
1010
runs-on: ubuntu-20.04
11-
permissions:
12-
contents: write
1311
env:
1412
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
1513
steps:
@@ -89,6 +87,8 @@ jobs:
8987
package-mltbx:
9088
name: Package MATLAB Toolbox (MLTBX) Files
9189
runs-on: ubuntu-20.04
90+
permissions:
91+
contents: write
9292
needs:
9393
- build-ubuntu
9494
- build-windows

0 commit comments

Comments
 (0)