ci(github/workflows): update bot secret names in dependabot rebuild workflow (#40)

This commit is contained in:
2025-11-11 11:22:04 +00:00
committed by GitHub
parent 9016fb217e
commit 38ccbb6879

View File

@@ -18,8 +18,8 @@ jobs:
id: app-token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
token: ${{ steps.app-token.outputs.token }}