Commit faa416c 1 parent 986aee2 commit faa416c Copy full SHA for faa416c
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,7 @@ jobs:
478
478
479
479
forc-run-benchmarks :
480
480
runs-on : buildjet-4vcpu-ubuntu-2204
481
+ environment : fuel-sway-bot
481
482
permissions :
482
483
contents : write
483
484
steps :
@@ -499,13 +500,19 @@ jobs:
499
500
with :
500
501
repository : FuelLabs/sway-performance-data
501
502
path : performance-data
503
+ - name : Get GitHub app token
504
+ uses : actions/create-github-app-token@v1
505
+ id : app-token
506
+ with :
507
+ app-id : ${{ vars.APP_ID }}
508
+ private-key : ${{ secrets.APP_KEY }}
502
509
- name : Checkout benchmark data
503
510
if : github.event_name == 'push'
504
511
uses : actions/checkout@v3
505
512
with :
506
513
repository : FuelLabs/sway-performance-data
507
514
path : performance-data
508
- token : ${{ secrets.CI_ACCOUNT_PAT }}
515
+ token : ${{ steps.app-token.outputs.token }}
509
516
- name : Prepare benchmarks data for commit
510
517
if : github.event_name == 'push'
511
518
run : ./benchmark.sh --prepare-for-commit
You can’t perform that action at this time.
0 commit comments