Skip to content

Commit 10841ef

Browse files
committed
snapshot update: need a configured user even when using signed commits
1 parent f36b0dc commit 10841ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-snapshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
app-id: ${{ secrets.APP_ID }}
1717
private-key: ${{ secrets.APP_PRIVATE_KEY }}
18+
- uses: haarg/setup-git-user@v1
19+
with:
20+
app: ${{ steps.app-token.output.app-slug }}
1821
- uses: actions/checkout@v4
1922
with:
2023
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)