From d8518afef223a75823c38ea7e37e77519468022e Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 30 Oct 2024 12:02:47 +0100 Subject: [PATCH] Update try-in-web-ide.yaml --- .github/workflows/try-in-web-ide.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/try-in-web-ide.yaml b/.github/workflows/try-in-web-ide.yaml index 081111419..161495882 100644 --- a/.github/workflows/try-in-web-ide.yaml +++ b/.github/workflows/try-in-web-ide.yaml @@ -18,11 +18,11 @@ on: types: [opened, synchronize] jobs: - add-web-ide-link: + add-link: runs-on: ubuntu-22.04 steps: - name: Web IDE Pull Request Check + id: try-in-web-ide uses: redhat-actions/try-in-web-ide@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - add_comment: false + github_token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}