From aaaddf6d2968619a8f108a2c51c205bb5ea6f570 Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Fri, 9 Jun 2023 15:28:34 +0200 Subject: [PATCH] use GH token when checking out in publish --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a82dfa07f17..c6c92b600c2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 100 + token: ${{ secrets.GH_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v3