From eecf0dcdbbc112dd8f5429bac4088a68a86335dc Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 24 Jan 2024 14:49:16 +0100 Subject: [PATCH] ci(build): use personal token (#23) Signed-off-by: Romain Lespinasse --- .github/workflows/shortify-git-revision.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/shortify-git-revision.yaml b/.github/workflows/shortify-git-revision.yaml index 4281447..17e4c70 100644 --- a/.github/workflows/shortify-git-revision.yaml +++ b/.github/workflows/shortify-git-revision.yaml @@ -214,3 +214,5 @@ jobs: # Release - name: Release this GitHub Action uses: rlespinasse/release-that@v1 + with: + github-token: ${{ secrets.GH_TOKEN }}