Skip to content

Commit 5b9a0d3

Browse files
committed
fix: test release workflow to use GPAT
1 parent b661377 commit 5b9a0d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
with:
2525
app-id: ${{ secrets.APP_ID }}
2626
private-key: ${{ secrets.APP_PRIVATE_KEY }}
27-
27+
owner: ${{ github.repository_owner }}
28+
repositories: scaffoldr
2829
- name: Check out repository
2930
uses: actions/checkout@v5
3031
with:

0 commit comments

Comments
 (0)