chipsalliance / UHDM

Universal Hardware Data Model. A complete modeling of the IEEE SystemVerilog Object Model with VPI Interface, Elaborator, Serialization, Visitor and Listener. Used as a compiled interchange format in between SystemVerilog tools. Compiles on Linux gcc, Windows msys2-gcc & msvc, OsX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to run git tagging in CI action - permission denied

hzeller opened this issue · comments

I try to tag the revision whose SoT is in the CMake file on push whenever it changes.

However, it looks like we need some additional permissions in the github action.
https://github.com/chipsalliance/UHDM/actions/runs/4495222394/jobs/7908625709

I don't have access to the 'settings' tab in UHDM, which I suspect I need to find the right settings.

Tagging a few people who might know how to achieve this
@mithro @kgugala @umarcor

#889 attempts to fix this

Looks like we need a bot account; @kgugala fills in details.

For now, I've just manually tagged the release, so that we can explore that permission issue separately.

I attempted something similar on Surelog, but this time made use of the bare github api to better see what is going on.

This was the result:
https://github.com/chipsalliance/Surelog/actions/runs/4500291083/jobs/7919285778

So, clearly some permission issue.