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:

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)

Did anyone experience the same context? please help me with this
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:
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)

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