Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 385ebd3

Browse files
committed
Permissions fix
Signed-off-by: Peter Baker <peter.baker122@csiro.au>
1 parent 460c1ad commit 385ebd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/PublishDockerImage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ env:
3030

3131
jobs:
3232
check-mkl:
33+
permissions:
34+
contents: write
35+
pull-requests: write
3336
uses: ./.github/workflows/CheckMklDep.yml
3437
with:
3538
auto_update: false # Fail if out of date, don't auto-update

0 commit comments

Comments
 (0)