From 8ccb6ba8fd94b50edd19ce508a899caba0df3831 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Tue, 9 Apr 2024 10:33:43 +0200 Subject: [PATCH] Update .github/workflows/publish-templates.yml Co-authored-by: Javier Bullrich --- .github/workflows/publish-templates.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-templates.yml b/.github/workflows/publish-templates.yml index ae9a7b394a4c..7c908d26576b 100644 --- a/.github/workflows/publish-templates.yml +++ b/.github/workflows/publish-templates.yml @@ -48,10 +48,10 @@ jobs: ref: "${{ github.event.inputs.release_branch }}" - name: Generate token id: app_token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 + uses: actions/create-github-app-token@v1.9.3 with: - app_id: ${{ secrets.TEMPLATE_APP_ID }} - private_key: ${{ secrets.TEMPLATE_APP_KEY }} + app-id: ${{ secrets.TEMPLATE_APP_ID }} + private-key: ${{ secrets.TEMPLATE_APP_KEY }} - uses: actions/checkout@v3 with: repository: "paritytech-stg/polkadot-sdk-${{ matrix.template }}-template"