From 6bcf40e40579e4b4be3ed37da7a39cb6dfc7adc8 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 19 Mar 2024 22:26:17 +0000 Subject: [PATCH] Create GitHub Releases --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e747a30..122aaf5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -124,6 +124,6 @@ jobs: - name: create release uses: elgohr/Github-Release-Action@v5 env: - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} + GH_TOKEN: ${{ github.token }} with: title: ${{ github.ref_name }}