Checkout testbins and fuzztargets with token

This commit is contained in:
Florian Märkl 2020-10-01 09:47:47 +02:00
parent e83099caee
commit f8e67549b0
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -129,8 +129,16 @@ jobs:
if: matrix.enabled
uses: actions/checkout@v2
with:
repository: radareorg/radare2-testbins
repository: rizinorg/rizin-testbins
token: ${{ secrets.RIZIN_TOKEN }} # TODO: remove when the repo is public
path: test/bins
- name: Checkout fuzz targets # TODO: this can be removed as soon as the fuzztargets repo is public
if: matrix.run_tests && matrix.enabled && (github.event_name != 'pull_request' || contains(github.event.pull_request.head.ref, 'fuzz'))
uses: actions/checkout@v2
with:
repository: rizinorg/rizin-fuzztargets
token: ${{ secrets.RIZIN_TOKEN }}
path: test/fuzz/targets
- name: Configure with ACR and build
if: matrix.build_system == 'acr' && matrix.enabled
run: ./configure --prefix=${HOME} && make