From 989b0616f04007999d2ea77e6d411e741480cffe Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 14 Dec 2023 04:12:57 +0100 Subject: [PATCH] build: Release token --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d26721c..f7fa9e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,17 +99,15 @@ jobs: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} build-args: | - VCS_REF=${GITHUB_SHA::8} VERSION_ARG=${{ steps.meta.outputs.version }} - 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'