Skip to content

Commit

Permalink
Merge branch 'master' into esdrubal/6825_nested_generics2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Jan 23, 2025
2 parents 8ac14c7 + faa416c commit 91a2977
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ jobs:

forc-run-benchmarks:
runs-on: buildjet-4vcpu-ubuntu-2204
environment: fuel-sway-bot
permissions:
contents: write
steps:
Expand All @@ -499,13 +500,19 @@ jobs:
with:
repository: FuelLabs/sway-performance-data
path: performance-data
- name: Get GitHub app token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_KEY }}
- name: Checkout benchmark data
if: github.event_name == 'push'
uses: actions/checkout@v3
with:
repository: FuelLabs/sway-performance-data
path: performance-data
token: ${{ secrets.CI_ACCOUNT_PAT }}
token: ${{ steps.app-token.outputs.token }}
- name: Prepare benchmarks data for commit
if: github.event_name == 'push'
run: ./benchmark.sh --prepare-for-commit
Expand Down

0 comments on commit 91a2977

Please sign in to comment.