Skip to content

Commit ee7189e

Browse files
use storage repo
1 parent 99a320f commit ee7189e

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/cflite_build.yml

+6-12
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ jobs:
2525
language: c++
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
sanitizer: ${{ matrix.sanitizer }}
28-
# Optional but recommended: used to only run fuzzers that are affected
29-
# by the PR.
30-
# See later section on "Git repo for storage".
31-
# storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/OWNER/STORAGE-REPO-NAME.git
32-
# storage-repo-branch: main # Optional. Defaults to "main"
33-
# storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".
28+
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/huangminghuang/hpp-proto-storage.git
29+
storage-repo-branch: main # Optional. Defaults to "main"
30+
storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".
3431
- name: Run Fuzzers (${{ matrix.sanitizer }})
3532
id: run
3633
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
@@ -40,9 +37,6 @@ jobs:
4037
mode: 'code-change'
4138
sanitizer: ${{ matrix.sanitizer }}
4239
output-sarif: true
43-
# Optional but recommended: used to download the corpus produced by
44-
# batch fuzzing.
45-
# See later section on "Git repo for storage".
46-
# storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/OWNER/STORAGE-REPO-NAME.git
47-
# storage-repo-branch: main # Optional. Defaults to "main"
48-
# storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".
40+
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/huangminghuang/hpp-proto-storage.git
41+
storage-repo-branch: main # Optional. Defaults to "main"
42+
storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".

0 commit comments

Comments
 (0)