Skip to content

Commit

Permalink
Add repo token to label check workflow (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Dec 14, 2022
1 parent 1369d39 commit ab481d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: agilepathway/[email protected]
with:
one_of: "💻 aspect: code,📄 aspect: text,🤖 aspect: dx,🕹 aspect: interface,♿️ aspect: a11y"
repo_token: ${{ secrets.GITHUB_TOKEN }}

check_goal_label:
name: Check goal label
Expand All @@ -25,6 +26,7 @@ jobs:
uses: agilepathway/[email protected]
with:
one_of: "🌟 goal: addition,🛠 goal: fix,✨ goal: improvement,🧰 goal: internal improvement"
repo_token: ${{ secrets.GITHUB_TOKEN }}

check_priority_label:
name: Check priority label
Expand All @@ -34,3 +36,4 @@ jobs:
uses: agilepathway/[email protected]
with:
one_of: "🟩 priority: low,🟨 priority: medium,🟧 priority: high,🟥 priority: critical"
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab481d4

Please sign in to comment.