mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
624 stars 195 forks source link

PAT setup for github-tag-action #197

Open tinguyen1107 opened 8 months ago

tinguyen1107 commented 8 months ago

Hi guys, I'm working in a repository in an organization. I'm using a new PAT (Fine-grained Personal Access Token). I wonder to know which permissions would be set for github-tag-action working properly. I've set it like this: Screenshot 2024-01-02 at 11 38 18

But it seems action can't read the previous tags: (it always says dev@0.0.0 even though we already had dev@0.1.0) Screenshot 2024-01-02 at 11 38 52

Did anyone experience the same context? please help me with this

tinguyen1107 commented 8 months ago

Here is my workflow code

Screenshot 2024-01-02 at 11 57 00