We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36b0dc commit 10841efCopy full SHA for 10841ef
.github/workflows/update-snapshot.yml
@@ -15,6 +15,9 @@ jobs:
15
with:
16
app-id: ${{ secrets.APP_ID }}
17
private-key: ${{ secrets.APP_PRIVATE_KEY }}
18
+ - uses: haarg/setup-git-user@v1
19
+ with:
20
+ app: ${{ steps.app-token.output.app-slug }}
21
- uses: actions/checkout@v4
22
23
token: ${{ steps.app-token.outputs.token }}
0 commit comments