From 55f5982579285ce3138ca118a20247ee994619ee Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 24 Jan 2024 17:14:44 +0100 Subject: [PATCH] ci(build): use personal token (#144) --- .github/workflows/v4-tests-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/v4-tests-and-release.yml b/.github/workflows/v4-tests-and-release.yml index 696fd10..c469686 100644 --- a/.github/workflows/v4-tests-and-release.yml +++ b/.github/workflows/v4-tests-and-release.yml @@ -394,3 +394,5 @@ jobs: uses: actions/checkout@v4 - name: Release this GitHub Action uses: rlespinasse/release-that@v1 + with: + github-token: ${{ secrets.GH_TOKEN }}