From 707b5c6890bca2d2e1e1a02d89100e4ee87b8da6 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Wed, 3 Apr 2024 11:00:52 +0900 Subject: [PATCH] chore: delete test action --- .github/workflows/local-test.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/local-test.yml diff --git a/.github/workflows/local-test.yml b/.github/workflows/local-test.yml deleted file mode 100644 index 73d7f638..00000000 --- a/.github/workflows/local-test.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Run Local Tests - -on: - workflow_dispatch: - -jobs: - test: - name: Run Local Tests - runs-on: ubuntu-latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - - steps: - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: "20.10.0" - - - name: Action Test - uses: gentlementlegen/conversation-rewards@feat/cli-issue-url - with: - issue_url: "https://github.com/ubiquibot/comment-incentives/issues/22" - env: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}