google / jwt_verify_lib

Provide c++ library to verify JWT tokens
Apache License 2.0
42 stars 43 forks source link

Update script/ci.sh file permission to 755 #85

Closed orionHong closed 2 years ago

orionHong commented 2 years ago

We had 644 (rw-r--r--) before which is not executable. This causes CI to fail due to permission denied (link to failure).

could not start the process: fork/exec ./script/ci.sh: permission denied

This changes script/ci.sh to 755 (rwxr-xr-x). script/checkstyle is already 755 so no need to udpate.