From 2824437451dd1bf109c4f340c454dc72296045ae Mon Sep 17 00:00:00 2001 From: alvicsam Date: Mon, 4 Nov 2024 15:13:50 +0100 Subject: [PATCH] fix vats --- .github/workflows/benchmark.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f88a8b0fb..455e31c3d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,6 +23,12 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 + - uses: actions/create-github-app-token@v1 + id: app-token + with: + app-id: ${{ secrets.GH_APP_SAS_APP_ID }} + private-key: ${{ secrets.GH_APP_SAS_APP_KEY }} + - name: benchmarks run: | yarn --immutable @@ -37,12 +43,6 @@ jobs: name: benchmarks path: ./artifacts - - uses: actions/create-github-app-token@v1 - id: app-token - with: - app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }} - private-key: ${{ secrets.POLKADOTSDK_GHPAGES_APP_KEY }} - - name: Modify benches result for benhcmark action run: ./scripts/ci/benchmarks/generate_benchmark_result.sh artifacts/benchmarks.txt > artifacts/benchmarks.json