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 }}