From e7af47e3999276f327ee6f34310aa26b3f1a8faf Mon Sep 17 00:00:00 2001 From: darthmaim Date: Thu, 22 Feb 2024 11:57:37 +0100 Subject: [PATCH] Use `actions/create-github-app-token` --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 278ce1b..aa5ae34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,11 +62,11 @@ jobs: - name: Install Dependencies run: npm ci - - uses: tibdex/github-app-token@v2 + - uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ secrets.GW2T_RELEASE_APP_ID }} - private_key: ${{ secrets.GW2T_RELEASE_APP_PRIVATE_KEY }} + app-id: ${{ secrets.GW2T_RELEASE_APP_ID }} + private-key: ${{ secrets.GW2T_RELEASE_APP_PRIVATE_KEY }} - name: Setup git user run: |