spank-olm

WIP Do not look
git clone git://archive.git.mtrnord.blog/MTRNord/spank-olm.git
Log | Files | Refs | README | LICENSE

commit de15127aea5db8c33be13077127c9ab2daf7d8aa
parent 4257d2c8f403cdbef7c14ca1071cd165618e5b9d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 14 Apr 2025 22:13:04 +0200

Fix login issues by making the repo just public

Diffstat:
M.github/workflows/cflite_batch.yml | 5+++--
M.github/workflows/cflite_cron.yml | 6++++--
M.github/workflows/cflite_pr.yml | 4++--
3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml @@ -21,6 +21,7 @@ jobs: with: language: c++ sanitizer: ${{ matrix.sanitizer }} + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git - name: Run Fuzzers (${{ matrix.sanitizer }}) id: run uses: google/clusterfuzzlite/actions/run_fuzzers@v1 @@ -30,4 +31,4 @@ jobs: mode: 'batch' sanitizer: ${{ matrix.sanitizer }} output-sarif: true - storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/MTRNord/spank_olm_fuzz_storage.git -\ No newline at end of file + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git +\ No newline at end of file diff --git a/.github/workflows/cflite_cron.yml b/.github/workflows/cflite_cron.yml @@ -12,6 +12,7 @@ jobs: uses: google/clusterfuzzlite/actions/build_fuzzers@v1 with: language: c++ + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git - name: Run Fuzzers id: run uses: google/clusterfuzzlite/actions/run_fuzzers@v1 @@ -20,7 +21,7 @@ jobs: fuzz-seconds: 600 mode: 'prune' output-sarif: true - storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/MTRNord/spank_olm_fuzz_storage.git + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git Coverage: runs-on: ubuntu-latest steps: @@ -30,6 +31,7 @@ jobs: with: language: c++ sanitizer: coverage + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git - name: Run Fuzzers id: run uses: google/clusterfuzzlite/actions/run_fuzzers@v1 @@ -38,5 +40,5 @@ jobs: fuzz-seconds: 600 mode: 'coverage' sanitizer: 'coverage' - storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/MTRNord/spank_olm_fuzz_storage.git + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git diff --git a/.github/workflows/cflite_pr.yml b/.github/workflows/cflite_pr.yml @@ -25,7 +25,7 @@ jobs: language: c++ github-token: ${{ secrets.GITHUB_TOKEN }} sanitizer: ${{ matrix.sanitizer }} - storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/MTRNord/spank_olm_fuzz_storage.git + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git - name: Run Fuzzers (${{ matrix.sanitizer }}) id: run uses: google/clusterfuzzlite/actions/run_fuzzers@v1 @@ -35,4 +35,4 @@ jobs: mode: 'code-change' sanitizer: ${{ matrix.sanitizer }} output-sarif: true - storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/MTRNord/spank_olm_fuzz_storage.git + storage-repo: https://github.com/MTRNord/spank_olm_fuzz_storage.git