diff --git a/.github/workflows/sep-tests.yml b/.github/workflows/sep-tests.yml index 2955799498..7914c15e47 100644 --- a/.github/workflows/sep-tests.yml +++ b/.github/workflows/sep-tests.yml @@ -36,6 +36,9 @@ jobs: # https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution # https://github.com/orgs/community/discussions/26261 if: ${{ github.event_name != 'pull_request' && github.event_name != 'pull_request_target' || (github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'ci') && (github.event.action != 'labeled' || github.event.label.name == 'ci')) }} + permissions: + actions: write + contents: read runs-on: [ "self-hosted", "ragflow-test" ] outputs: http_api_test_level: ${{ steps.test_level.outputs.http_api_test_level }}