Skip to content

Commit 4fcb7a2

Browse files
authored
JFrog FastCI Observability (#181)
1 parent 64cafcc commit 4fcb7a2

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/frogbot-scan-pull-request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
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
@@ -39,4 +44,4 @@ jobs:
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 }}

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
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' }}

0 commit comments

Comments
 (0)