Skip to content

Commit 3f2d7ca

Browse files
test: Add workflow permissions for test report publishing
1 parent 773c951 commit 3f2d7ca

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/reuseable_test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
required: true
1111
type: string
1212

13+
permissions:
14+
checks: write
15+
contents: read
16+
1317
jobs:
1418
indy_plenum_tests:
1519
name: Sliced Module Tests

runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Test workflow permissions fix - Adding comment to verify test report publishing
12
import os
23
import re
34
import sys

0 commit comments

Comments
 (0)