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