Skip to content

Commit 0eb8bb9

Browse files
committed
fix permission issue when publishing release assets
1 parent 31139e7 commit 0eb8bb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_mltbx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ 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
1113
env:
1214
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
1315
steps:

0 commit comments

Comments
 (0)