From 122bb51ba3c12c4fae0dde4d617327dd97b10d54 Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:40:19 +0100 Subject: [PATCH] TOKEN --- .github/workflows/centos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/centos.yml b/.github/workflows/centos.yml index fd65a6e..55349c3 100644 --- a/.github/workflows/centos.yml +++ b/.github/workflows/centos.yml @@ -37,6 +37,8 @@ jobs: - name: Get release if: ${{ env.RELEASE_CREATED == 'true' }} id: get_release + env: + GITHUB_TOKEN: ${{ github.token }} uses: bruceadams/get-release@v1.2.3