Sebastián Ramírez
19 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/latest-changes.yml
|
|
@ -30,6 +30,7 @@ jobs: |
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
|
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
|
|
with: |
|
|
with: |
|
|
|
|
|
ref: ${{ github.event.repository.default_branch }} |
|
|
# To allow latest-changes to commit to the main branch |
|
|
# To allow latest-changes to commit to the main branch |
|
|
token: ${{ secrets.FASTAPI_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env] |
|
|
token: ${{ secrets.FASTAPI_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env] |
|
|
persist-credentials: true # required by tiangolo/latest-changes |
|
|
persist-credentials: true # required by tiangolo/latest-changes |
|
|
|