From 726d2a98b9f09abaf11a4a3ac6acef461677095f Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Thu, 24 Aug 2023 12:27:47 +1000 Subject: [PATCH] build: Add token parameter for fetching depth and ref --- .github/workflows/alpha-releases.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/alpha-releases.yaml b/.github/workflows/alpha-releases.yaml index 8835e24..26b6d44 100644 --- a/.github/workflows/alpha-releases.yaml +++ b/.github/workflows/alpha-releases.yaml @@ -14,6 +14,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.ref }} + token: ${{ secrets.EPOBOT_TOKEN }} - name: Get latest release version for this release branch if: startsWith(github.ref, 'refs/heads/release/') id: latest_version