diff --git a/.github/workflows/deploy-test-environment.yml b/.github/workflows/deploy-test-environment.yml index 2e4aaf5ff2..479fea2d8c 100644 --- a/.github/workflows/deploy-test-environment.yml +++ b/.github/workflows/deploy-test-environment.yml @@ -34,11 +34,9 @@ jobs: id: check-allowed-users env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ORG_ID: ${{ github.repository_owner_id }} - COMMENT_AUTHOR: ${{ github.event.comment.user.login }} + ALLOWERD_USERS: "60435625" + COMMENT_AUTHOR: ${{ github.event.comment.user.id }} run: | - ALLOWED_USERS="60435625" - COMMENT_AUTHOR="${{ github.event.comment.user.id }}" if [[ ",$ALLOWED_USERS," == *",$COMMENT_AUTHOR,"* ]]; then echo "is-allowed-user=true" >> $GITHUB_OUTPUT else