Merge pull request #1158 from django-components/dependabot/github_actions/actions/create-github-app-token-2

build(deps): bump actions/create-github-app-token from 1 to 2
This commit is contained in:
github-actions[bot] 2025-05-01 20:54:55 +02:00 committed by GitHub
commit e74e1241ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ jobs:
# Authenticate with git with the Github App that has permission # Authenticate with git with the Github App that has permission
# to push to master, in order to push benchmark results. # to push to master, in order to push benchmark results.
# See https://stackoverflow.com/a/79142962/9788634 # See https://stackoverflow.com/a/79142962/9788634
- uses: actions/create-github-app-token@v1 - uses: actions/create-github-app-token@v2
id: app-token id: app-token
with: with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }} app-id: ${{ vars.RELEASE_BOT_APP_ID }}