]> Untitled Git - bdk/commitdiff
ci: Swap `tibdex` for `actions/create-github-app-token` in `cron-update-rust.yml`
authorvalued mammal <valuedmammal@protonmail.com>
Mon, 8 Dec 2025 22:30:09 +0000 (17:30 -0500)
committervalued mammal <valuedmammal@protonmail.com>
Tue, 6 Jan 2026 02:48:52 +0000 (21:48 -0500)
.github/workflows/cron-update-rust.yml

index 1264203d598e98df8c095b6f5d3856867b889e16..4804d7b7e9291dd7b75b8de0a692fd155a4ac39b 100644 (file)
@@ -15,11 +15,11 @@ jobs:
         with:
           persist-credentials: false
       - uses: dtolnay/rust-toolchain@stable
-      - uses: tibdex/github-app-token@v2
+      - uses: actions/create-github-app-token@v2
         id: generate-token
         with:
-          app_id: ${{ secrets.APP_ID }}
-          private_key: ${{ secrets.APP_PRIVATE_KEY }}
+          app-id: ${{ secrets.APP_ID }}
+          private-key: ${{ secrets.APP_PRIVATE_KEY }}
       - uses: crazy-max/ghaction-import-gpg@v6
         with:
           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}