latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 630da8254c70191c292170f5aad7ae594847887a
parent 177d2fd42dffb308aacae3a52d7e036eecbac308
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 08:38:29 +0900

{{ secrets.PERSONAL_ACCESS_TOKEN }}

Diffstat:
M.github/workflows/PRbuild.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: comment pdf to PR env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} GIT_URL: ${{ github.event.pull_request.head.repo.clone_url }} BRANCH: ${{ github.event.pull_request.head.ref }} URL: ${{ github.event.pull_request.html_url }}