Merge pull request #428 from Omega-Numworks/omega-bot-for-workflows

[github/workflows] Omega-Robot for workflows
This commit is contained in:
Quentin
2020-11-27 14:25:01 +01:00
committed by GitHub

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,