🏗️ Adds bot token to raise issue step

This commit is contained in:
Alicia Sykes 2021-10-02 21:52:10 +01:00
parent c8ec18a6a7
commit 11d9ea535b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
- name: Raise an Issue with Results
uses: peter-evans/create-issue-from-file@v3
with:
token: ${{secrets.BOT_GITHUB_TOKEN}}
title: '[DOCS] Broken Links found in Documentation'
content-filepath: .github/broken-link-report.md
labels: '📕 Docs, 👩‍💻 Good First Issue, 💤 Low Priority, 🤖 Auto'