Skip to content

Commit

Permalink
Set owner in add-to-inbox workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Oct 20, 2023
1 parent cdc9287 commit 0c46833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-to-inbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID_FOR_GITHUB }}
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY_FOR_GITHUB }}
owner: github
- name: Add issue to project
run: gh project item-add $PROJECT_ID --url $ISSUE_URL --owner github
env:
Expand Down

0 comments on commit 0c46833

Please sign in to comment.