intel / fpga-runtime-for-opencl

Intel® FPGA Runtime for OpenCL™ Software Technology
Other
34 stars 68 forks source link

Update fuzz-test.yml with the correct permission. #353

Closed zibaiwan closed 7 months ago

zibaiwan commented 7 months ago

https://github.com/intel/fpga-runtime-for-opencl/pull/338 introduced this regression when trying to add the missing top level permission. By setting content=read somehow make the token cannot access the package and caused this failure.

Tests passed now: https://github.com/intel/fpga-runtime-for-opencl/actions/runs/8621418232/job/23630210788?pr=352

zibaiwan commented 7 months ago

https://github.com/intel/fpga-runtime-for-opencl/pull/354 supersedes this one.