We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb4436 commit 11bf883Copy full SHA for 11bf883
1 file changed
.github/workflows/cicd-1-pull-request-devtest.yaml
@@ -92,6 +92,8 @@ jobs:
92
test-stage: # Recommended maximum execution time is 5 minutes
93
name: 'Test stage'
94
needs: [metadata]
95
+ permissions:
96
+ pull-requests: write
97
uses: ./.github/workflows/stage-2-test.yaml
98
with:
99
unit_test_dir: tests/UnitTests
0 commit comments