From 0981a0023241f4e66011a339b1a7fe16bffa1a86 Mon Sep 17 00:00:00 2001 From: Bettina Heim Date: Thu, 17 Aug 2023 17:00:47 +0200 Subject: [PATCH] Adding missing github.token env variable to deployment --- .github/workflows/deployments.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deployments.yml b/.github/workflows/deployments.yml index 449eb2cf93..5a0ccfea07 100644 --- a/.github/workflows/deployments.yml +++ b/.github/workflows/deployments.yml @@ -89,6 +89,8 @@ jobs: echo "merge_commit=$merge_commit" >> $GITHUB_OUTPUT fi done + env: + GH_TOKEN: ${{ github.token }} - name: Determine build info id: build_info