Questions tagged [personal-access-token]
74 questions
0
votes
0 answers
Verifying personal access tokens in a multi-tenant environment
I'm having the following scenario:
I'm running multiple instances of the same Laravel app on different subdomains, but using the same database instance
I'm using Laravel Passport for authentication and OAuth
I'm running one instance of the app on a…

Ruben
- 5,043
- 2
- 25
- 49
0
votes
0 answers
Does vsce need separate PAT for Windows and mac for the same project?
I have a VS Code extension which I do publish from a Windows system which works fine.
Now I cloned the repo on my mac and when trying to publish using
vsce publish. It is asking for a Personal Access Token.
My questions are:
Do we need separate PAT…

xkeshav
- 53,360
- 44
- 177
- 245
0
votes
0 answers
Automated creation of GIT Pull Requests through Azure DevOps Build pipelines
I have the following script to create a PR via Azure DevOps automatically:
CreatePRBuildTask.ps1
$user = ""
$branchTarget = "refs/heads/main"
$branchSource = "refs/heads/develop"
$branchTargetPath = $branchTarget -replace "refs/heads/",…

user989988
- 3,006
- 7
- 44
- 91
0
votes
0 answers
PAT works locally but not in release pipeline where I get a not authorized to access error
I am using a Full Access PAT token to query and create workitems/bugs when some of my tests fail. Locally it all works perfectly fine when I feed it my PAT manually and is able to create the workitems.
However, in my release pipeline I am…

Blueguy2240
- 13
- 4
0
votes
0 answers
Github enterprise failed to connect to Azure DevOps
I have been trying to connect my GitHub enterprise account to Azure DevOps without success.
I have tried multiple access methods such as OAuth as an app from my GitHub user settings like bellow:
OAuth App generated for Azure DevOps
Also, I have…

Luis Roset
- 11
- 4
0
votes
0 answers
for creating a java application for accessing repositories and saving files to bitbucket, how to create the access token and how to use it?
I am trying to create a java application for accessing repositories and saving files to bitbucket account. In bitbucket API documentation they're asking to use access token but not suggesting which one to use. For this I'm trying to create access…
0
votes
0 answers
Accessing a FastAPI endpoint using Personal Access Token (PAT)
I have a FastAPI endpoint on a cluster with addess 0.0.0.0:8084/predict. And I want to send a request to this endpoint from a React App which is locally hosted on my computer. I have a Personal access token for the workspace but dont know how to…

Aakash Bhandari
- 44
- 1
0
votes
0 answers
How to change GitLab CI Variables without PERSONAL-access-token?
I would like to change a CI variable in GitLab Community Edition 15.8.2 from within a pipeline, so that a pipeline run at a later point in time can access the information stored there.
However, the documentation speaks of PERSONAL-TOKENs only. I…

Fabian Schneider
- 799
- 1
- 13
- 40
0
votes
1 answer
Cannot update my github personal access token to watson studio
I try to update my personal acces token, beacuse the old one is expired, but watson studio won't let me, forcing me to use the old token
I generate a new token but the option of changing its not possible

Marcelo
- 1
- 3
0
votes
1 answer
GitHub PAT‘s for multiple organisations
Doing a lot of research I was not able to find a lot that made me be sure that this cannot work.
As it’s stated that Each token can only access resources owned by a single user or organisation.
But my question is, whether GitHub personal access…

Starter
- 5
- 1
0
votes
0 answers
Unable to use GitHub personal access token to login to PyCharm. How do I fix this error?
I want to login to GitHub on PyCharm, so I generated a new personal access token and tried entering it. PyCharm gives me the following error as seen below:
Invalid Authentication Data. Connection refused: no further information
I first tried…
0
votes
0 answers
Pulling a git submodule with private access from a Github action
I'm trying to pull a git submodule during my 'push' github action. The submodule is a private repository.
I've created a PAT with read-only access to my repositories. And I've added the contents of that PAT as a secret in the git repo (not the…

zodac
- 285
- 10
- 26
0
votes
0 answers
fatal: unable to access 'https://github.com/sridhar7411/centralgit.git/': The requested URL returned error: 400
i am new to git hub am trying to push the data to git hub
using it my git
using git push -u origin master command
user: provided the git hub user name
password :pasted token generated from git hub, the personal accesses token. the token itself is…

sridhar
- 1
0
votes
0 answers
Unable to push code to github as a collaborator
Whenever I'm trying to push my code to github as a collaborator I'm getting an error saying I don't have enough permission with error 403, although I'm added as a collaborator. I'm using linux.
I've created a personal access token for the account…

Abhirup Bakshi
- 1
- 1
0
votes
0 answers
How to create SSH key per one GitHub repository that I have access to
I want to create a new SSH key with specific permissions or for only one or more repository, to be able to use it securely in a server that has many admins alongside me, so, I don't want anyone with access to the server to be able to access all my…

Primo
- 47
- 1
- 6