We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f2bf3 commit 8460b4aCopy full SHA for 8460b4a
.github/workflows/pr_comment.yml
@@ -5,6 +5,8 @@ jobs:
5
pr-comment:
6
name: Alert to check tutorials
7
runs-on: ubuntu-latest
8
+ env:
9
+ GITHUB_TOKEN: ${{ secrets.SOLACE_BOT }}
10
permissions:
11
pull-requests: write
12
steps:
0 commit comments