[github/workflows] Reintroduce OmegaRobot

This commit is contained in:
Quentin Guidée
2020-11-27 13:55:51 +01:00
parent 7f488b45f1
commit 5bbba6cf80

View File

@@ -31,7 +31,7 @@ jobs:
- name: Add comment
uses: actions/github-script@v3.0.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{ secrets.OMEGA_ROBOT_TOKEN }}
script: |
await github.issues.createComment({
owner: context.repo.owner,