[🐛 Bug]: "SELENIUM_CI_TOKEN not set" error when rendering examples #200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration for Label Commenter - https://github.com/peaceiris/actions-label-commenter | |
name: Label Commenter | |
on: | |
issues: | |
types: [ labeled ] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
comment: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Label Commenter | |
uses: peaceiris/actions-label-commenter@v1 |