2121 with :
2222 ref : ${{ github.event.pull_request.head.sha || github.ref }}
2323
24+ - name : Setup FastCI
25+ uses : jfrog-fastci/fastci@v0
26+ with :
27+ github_token : ${{ secrets.GITHUB_TOKEN }}
28+ fastci_otel_token : ${{ secrets.FASTCI_TOKEN }}
29+
2430 - name : Setup Go with cache
2531 uses : jfrog/.github/actions/install-go-with-cache@main
2632
3642 with :
3743 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3844
45+ - name : Setup FastCI
46+ uses : jfrog-fastci/fastci@v0
47+ with :
48+ github_token : ${{ secrets.GITHUB_TOKEN }}
49+ fastci_otel_token : ${{ secrets.FASTCI_TOKEN }}
50+
3951 - name : Setup Go with cache
4052 uses : jfrog/.github/actions/install-go-with-cache@main
4153
5163 with :
5264 ref : ${{ github.event.pull_request.head.sha || github.ref }}
5365
66+ - name : Setup FastCI
67+ uses : jfrog-fastci/fastci@v0
68+ with :
69+ github_token : ${{ secrets.GITHUB_TOKEN }}
70+ fastci_otel_token : ${{ secrets.FASTCI_TOKEN }}
71+
5472 - name : Setup Go with cache
5573 uses : jfrog/.github/actions/install-go-with-cache@main
5674
6684 with :
6785 ref : ${{ github.event.pull_request.head.sha || github.ref }}
6886
87+ - name : Setup FastCI
88+ uses : jfrog-fastci/fastci@v0
89+ with :
90+ github_token : ${{ secrets.GITHUB_TOKEN }}
91+ fastci_otel_token : ${{ secrets.FASTCI_TOKEN }}
92+
6993 - name : Run ShellCheck
7094 uses : ludeeus/action-shellcheck@master
7195 with :
@@ -79,6 +103,12 @@ jobs:
79103 with :
80104 ref : ${{ github.event.pull_request.head.sha || github.ref }}
81105
106+ - name : Setup FastCI
107+ uses : jfrog-fastci/fastci@v0
108+ with :
109+ github_token : ${{ secrets.GITHUB_TOKEN }}
110+ fastci_otel_token : ${{ secrets.FASTCI_TOKEN }}
111+
82112 - name : Check for uncommented replace instructions on JFrog dependencies
83113 run : |
84114 if grep -E '^[[:space:]]*replace[[:space:]]+github\.com/jfrog' go.mod; then
0 commit comments