diff --git a/.github/workflows/gh-ph.yml b/.github/workflows/gh-ph.yml index a980fdb..e565f4c 100644 --- a/.github/workflows/gh-ph.yml +++ b/.github/workflows/gh-ph.yml @@ -1,7 +1,7 @@ name: Pull request history on: - pull_request_target: + pull_request: permissions: contents: read @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: Frederick888/gh-ph@master + - uses: Frederick888/gh-ph@crlf env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}