From 895deb6292a7f0840c3ea2d9c1df23664160cd5d Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:27:50 +0900 Subject: [PATCH] ci(actions): specify PAT to "Update dist" workflow (#930) --- .github/workflows/update-dist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-dist.yml b/.github/workflows/update-dist.yml index 711eb007..6e796390 100644 --- a/.github/workflows/update-dist.yml +++ b/.github/workflows/update-dist.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # PAT is necessary to trigger other workflows on push - uses: actions/setup-node@v4 with: node-version-file: .node-version