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: |