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