Questions tagged [github-fine-grained-tokens]

6 questions
13
votes
1 answer

GitHub clone repo with fine-grained personal access tokens (PAT)

With classical Github tokens you can clone a repo like this: git clone https://@github.com/owner/repo.git This doesn't work with the new fine-grained tokens. How do you clone a GitHub repo with the new fine-grained tokens?
Floris Devreese
  • 3,127
  • 2
  • 21
  • 31
7
votes
1 answer

Github: Pushing to protected branches with fine-grained token

I'm using semantic release in a Github repository to create automatic releases on push. The release needs to commit package.json and CHANGELOG.md to my protected branch. I used to provide a personal token from my admin account to allow…
1
vote
0 answers

Accessing Github packages with Fine-grained personal access tokens

Our organization recently switched to Fine-grained personal access tokens(Beta) but we saw a limitation there regarding the read/write of the Github packages. As per GitHub documentation, it's possible only with classic tokens. I am referring to doc…
Awadesh
  • 3,530
  • 2
  • 20
  • 32
1
vote
1 answer

What permissions do i have to choose when using fine-grained Token in Github

First of all im using macbook m1. Im trying to push to an repository in organization made by my friend. My friend added me to the repository which im trying to push as a contributor. And i succeeded to push the repository when using Windows OS. When…
0
votes
1 answer

How to use GitHub fine-grained access tokens in production across many repos when the max expiration is a year?

I am trying to transition from the GitHub Personal Access Tokens classic version to the currently beta version fine-grained tokens. My issue is the token expiration max age is 1 year, whereas before the classic tokens could be set to not have any…
0
votes
0 answers

mmrotate eval_map.py IndexError: tuple index out of range

When I trained the /mmrotate/configs/rotated_retinanet/rotated_retinanet_obb_r50_fpn_6x_hrsc_rr_le90.py with fine_grained, I got IndexError: tuple index out of range. After trained this baseline without evaluation(--no-validate), it can execute…