From bff6672ec603eeab3dbb7dcab57263170caf3574 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 14 Dec 2023 04:10:57 +0100 Subject: [PATCH] build: Release token --- .github/workflows/builder.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 9ad87f16e..3c52b55d8 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -126,11 +126,10 @@ jobs: name: Create a release if: env.exists == 'false' uses: action-pack/github-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: tag: "v${{ steps.meta.outputs.version }}" title: "v${{ steps.meta.outputs.version }}" + token: ${{ secrets.REPO_ACCESS_TOKEN }} - name: Send mail if: env.exists == 'false'