Skip to content

Commit bcb67e2

Browse files
committed
windows perm
1 parent 18feffa commit bcb67e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/windows-container-build-test-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,16 @@ env:
2121
IMAGE_BASE_NAME: ghcr.io/${{ github.repository }}/matlab-windows
2222
ALT_PATH: windows
2323

24+
permissions: {}
25+
2426
jobs:
2527
windows-container-build-test-push-image:
2628
runs-on: windows-2022
29+
30+
permissions:
31+
contents: read
32+
packages: write
33+
2734
strategy:
2835
fail-fast: false
2936
matrix:

0 commit comments

Comments
 (0)