From c7324a795978cc77bfcdb3c73d6a55f8c35ee3d9 Mon Sep 17 00:00:00 2001 From: Benjamin Rasmussen Date: Mon, 9 Sep 2024 21:42:04 +0200 Subject: [PATCH] Update create-deployment.yml --- .github/workflows/create-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-deployment.yml b/.github/workflows/create-deployment.yml index f5df2dc..59b5df0 100644 --- a/.github/workflows/create-deployment.yml +++ b/.github/workflows/create-deployment.yml @@ -19,5 +19,5 @@ jobs: - uses: chrnorm/deployment-status@v2 with: state: 'success' - token: '${{ github.token }}' + token: ${{ secrets.GH_DEPLOYMENT_TOKEN }} deployment-id: ${{ steps.deployment.outputs.deployment_id }}