There was an error while loading. Please reload this page.
1 parent 73c8a41 commit aedc354Copy full SHA for aedc354
1 file changed
.github/workflows/latest-changes.yml
@@ -30,6 +30,7 @@ jobs:
30
run: echo "$GITHUB_CONTEXT"
31
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
32
with:
33
+ ref: ${{ github.event.repository.default_branch }}
34
# To allow latest-changes to commit to the main branch
35
token: ${{ secrets.TYPER_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
36
persist-credentials: true # required by tiangolo/latest-changes
0 commit comments