From 9872fa8c292bd63ddb37bd8f19f8148260f64ebc Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 14 Nov 2024 13:00:18 +0000 Subject: [PATCH] fix: use checkout token --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df338e8..fa6e9c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # get all history and tags + token: ${{ secrets.HPCFLOW_ACTIONS_TOKEN }} - run: | git config user.name hpcflow-actions