diff --git a/.github/workflows/GITHUB_TOKEN.yml b/.github/workflows/GITHUB_TOKEN.yml deleted file mode 100644 index 44030c5..0000000 --- a/.github/workflows/GITHUB_TOKEN.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Open new issue -on: workflow_dispatch - -jobs: - open-issue: - runs-on: ubuntu-latest - permissions: - contents: read - issues: write - steps: - - name: Create GitHub Issue - run: | - gh issue create --repo ${{ github.repository }} \ - --title "Issue title" --body "Issue body" - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}