Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 27, 2023
1 parent 3a76985 commit 961ec71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:
permissions: write-all

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_PAT }}

jobs:
process:
name: Process Comment
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/bot ') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: xlc/fellowship-process-bot@main

0 comments on commit 961ec71

Please sign in to comment.