Skip to content

Commit 1a2a6f3

Browse files
committed
Merge #2089: ci: Swap tibdex for actions/create-github-app-token in cron-update-rust.yml
ef4ae3c ci: Swap `tibdex` for `actions/create-github-app-token` in `cron-update-rust.yml` (valued mammal) Pull request description: ### Description Move away from the now archived `tibdex/github-app-token` in `cron-update-rust.yml` workflow in favor of official [`actions/create-github-app-token`](https://github.com/marketplace/actions/create-github-app-token). fix #2072 ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: oleonardolima: ACK ef4ae3c luisschwab: ACK ef4ae3c Tree-SHA512: 70ceac0707055a33f1a27be55d0e8ba4d7f63db11270ed70be5966a8c1675a1d6ec3b14344d17406fb439d830be327b14f74270f084c49efa5e2096c5a392502
2 parents 51141d7 + ef4ae3c commit 1a2a6f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cron-update-rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- uses: dtolnay/rust-toolchain@stable
18-
- uses: tibdex/github-app-token@v2
18+
- uses: actions/create-github-app-token@v2
1919
id: generate-token
2020
with:
21-
app_id: ${{ secrets.APP_ID }}
22-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
21+
app-id: ${{ secrets.APP_ID }}
22+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2323
- uses: crazy-max/ghaction-import-gpg@v6
2424
with:
2525
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)