Skip to content

Commit 568175c

Browse files
committed
ci: replace tibdex/github-app-token with actions/create-github-app-token
1 parent 54001c2 commit 568175c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- name: Generate a token
2121
id: generate_token
22-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
22+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2323
with:
24-
app_id: ${{ secrets.GH_BOT_APP_ID }}
25-
private_key: ${{ secrets.GH_BOT_APP_KEY }}
24+
app-id: ${{ secrets.GH_BOT_APP_ID }}
25+
private-key: ${{ secrets.GH_BOT_APP_KEY }}
2626

2727
- name: Checkout
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)