From f1d3b6c7ee3a57c8f4e1d30bc1f7e2bd05dec990 Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Mon, 20 May 2024 09:06:52 +1000 Subject: [PATCH] ci: Update GitHub Actions configuration and dependencies - Add GitHub token environment variable declaration - Update release-drafter action to version v5 --- .github/workflows/version.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 4d04209..484c443 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -11,6 +11,9 @@ jobs: version: runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + steps: - uses: release-drafter/release-drafter@v5 with: