File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 ref : ${{ github.event.pull_request.head.sha }}
1818
19+ - uses : jfrog-fastci/fastci@main # Use the FastCI optimization action
20+ with :
21+ github_token : ${{secrets.GITHUB_TOKEN}}
22+ fastci_otel_token : ${{ secrets.FASTCI_TOKEN }}
23+
1924 # Install prerequisites
2025 - name : Set up Java
2126 uses : actions/setup-java@v3
3944
4045 # [Mandatory]
4146 # The GitHub token automatically generated for the job
42- JF_GIT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47+ JF_GIT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3131 with :
3232 submodules : true
3333 ref : ${{ github.event.pull_request.head.sha }}
34+
35+ - uses : jfrog-fastci/fastci@main # Use the FastCI optimization action
36+ with :
37+ github_token : ${{secrets.GITHUB_TOKEN}}
38+ fastci_otel_token : ${{ secrets.FASTCI_TOKEN }}
39+
3440 - name : Unlabel 'safe to test'
3541 uses : actions-ecosystem/action-remove-labels@v1
3642 if : ${{ github.event_name != 'push' }}
You can’t perform that action at this time.
0 commit comments