dsrvlabs / vatz

Node management integration tools in purpose of maximizing node's uptime for any protocols
https://www.dsrvlabs.com/
GNU General Public License v3.0
30 stars 15 forks source link

Issue on Github action auto compile on proto in `VATZ-proto` #506

Closed xellos00 closed 1 year ago

xellos00 commented 1 year ago

Describe the bug

A clear and concise description of what the bug is.

when you update protobuffer in vatz-proto, there's error causes, as https://github.com/dsrvlabs/vatz-proto/actions/runs/6476709871

How to Reproduce

Steps to reproduce the behavior:

  1. Update proto-proto
  2. merge the code
  3. auto-compile fails

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

image
kim201212 commented 1 year ago

@xellos00 Can you check to expire the VATZ_PROTO_ACTION_TOKEN

Location: Settings -> General -> Security -> Secrets and variables -> Actions

https://github.com/dsrvlabs/vatz-proto/blob/main/.github/workflows/ci_proto_auto_compile.yml#L17

xellos00 commented 1 year ago

@xellos00 Can you check to expire the VATZ_PROTO_ACTION_TOKEN

Location: Settings -> General -> Security -> Secrets and variables -> Actions

https://github.com/dsrvlabs/vatz-proto/blob/main/.github/workflows/ci_proto_auto_compile.yml#L17

I will take look on it.

xellos00 commented 1 year ago
image

@kim201212 I updated key and seems it's going to work. let's make sure this working properly. when you are available.

xellos00 commented 1 year ago

confirmed with @kim201212