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 9eaf818 commit abecc77Copy full SHA for abecc77
1 file changed
.github/workflows/latest-changes.yml
@@ -32,7 +32,8 @@ jobs:
32
run: echo "$GITHUB_CONTEXT"
33
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34
with:
35
- # To allow latest-changes to commit to the main branch
+ ref: ${{ github.event.repository.default_branch }}
36
+ # To allow latest-changes to commit to the default branch
37
token: ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
38
persist-credentials: true # required by tiangolo/latest-changes
39
- uses: tiangolo/latest-changes@c9b73efbc8992ef1a401e4235ea307a8ca8a724b # 0.6.1
0 commit comments