Skip to content

Commit

Permalink
fix vats
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 4, 2024
1 parent 061b0a2 commit 2824437
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 2824437

Please sign in to comment.