From 568175cfb78806dd981aaf96a0f1e67d5bd5815f Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Fri, 13 Mar 2026 13:00:42 +0100 Subject: [PATCH] ci: replace `tibdex/github-app-token` with `actions/create-github-app-token` --- .github/workflows/test-docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-docker-compose.yaml b/.github/workflows/test-docker-compose.yaml index db4eced..710356a 100644 --- a/.github/workflows/test-docker-compose.yaml +++ b/.github/workflows/test-docker-compose.yaml @@ -19,10 +19,10 @@ jobs: steps: - name: Generate a token id: generate_token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: - app_id: ${{ secrets.GH_BOT_APP_ID }} - private_key: ${{ secrets.GH_BOT_APP_KEY }} + app-id: ${{ secrets.GH_BOT_APP_ID }} + private-key: ${{ secrets.GH_BOT_APP_KEY }} - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2