[Macos] Watchers are still active after logging out #122
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: gptme-bot | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: write-all | |
| jobs: | |
| run-bot: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - name: run gptme-bot action | |
| uses: ErikBjare/gptme/.github/actions/bot@master | |
| with: | |
| openai_api_key: ${{ secrets.OPENAI_API_KEY }} | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| allowlist: "erikbjare 0xbrayo" |