Skip to content

Commit

Permalink
Update try-in-web-ide.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk authored Oct 30, 2024
1 parent 1ac3a98 commit d8518af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/try-in-web-ide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d8518af

Please sign in to comment.