Skip to content

Commit 05bbca8

Browse files
committed
Add owner and repositories
Add owner and repositories inputs to the Create GitHub App Token action in release.yml
1 parent 751e38c commit 05bbca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
app-id: ${{ secrets.APP_ID }}
1717
private-key: ${{ secrets.PRIVATE_KEY }}
18+
owner: ${{ github.repository_owner }}
19+
repositories: winget-pkgs
1820
- name: Checkout
1921
uses: actions/checkout@v6
2022
with:

0 commit comments

Comments
 (0)