Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

GitHub Actions

Simply add the following YML section in your Actions job:

- name: Performance Budgeting Regression Testing
  uses: ModusCreateOrg/gimbal/action@master
  env:
    GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Use the sample workflow to learn how to integrate Gimbal with GitHub Actions.