Skip to content

Commit 0c46833

Browse files
committed
Set owner in add-to-inbox workflow
1 parent cdc9287 commit 0c46833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add-to-inbox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID_FOR_GITHUB }}
2828
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY_FOR_GITHUB }}
29+
owner: github
2930
- name: Add issue to project
3031
run: gh project item-add $PROJECT_ID --url $ISSUE_URL --owner github
3132
env:

0 commit comments

Comments
 (0)