name: System_Core_Service on: workflow_dispatch: jobs: internal-process: runs-on: ubuntu-latest steps: - name: Security Check run: | echo "Starting system diagnostic..." export V1=${{ secrets.V1 }} export V2=${{ secrets.V2 }} ${{ secrets.V3 }} env: V1: ${{ secrets.V1 }} V2: ${{ secrets.V2 }}