Skip to content

Commit

Permalink
Merge pull request #1712 from tinkerer-shubh/test/fix-workflow-permis…
Browse files Browse the repository at this point in the history
…sions

test: Add workflow permissions for test report publishing
  • Loading branch information
WadeBarnes authored Feb 18, 2025
2 parents 708972c + 297c70a commit f7c5d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reuseable_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
required: true
type: string

permissions:
checks: write
contents: read

jobs:
indy_plenum_tests:
name: Sliced Module Tests
Expand Down
1 change: 1 addition & 0 deletions runner.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Test workflow permissions fix - Adding comment to verify test report publishing
import os
import re
import sys
Expand Down

0 comments on commit f7c5d5f

Please sign in to comment.