-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about personal access token #306
Comments
Hey! Yes, one member needs to generate the token and add it as an organization Secret from the Repo settings page |
Check out these docs on encrypted secrets: https://docs.github.com/en/actions/security-guides/encrypted-secrets |
Cannot |
I'm curious about @uhbif19's question too, @omerbensaadon |
This comment seems to suggest that, no, |
Thanks for the update @levibostian I'm trying this out on a private project with a bot account we use to share the PAT across our organization but the action just isn't running with that change. I'm fairly certain that I haven't set up permissions properly but debugging is difficult. I'll comment again if I solve my problem. EDIT: specifically I'm not seeing checks on my PRs but when I look at the Actions tab, I can see this action has failed but reports |
Problem
I'm trying to implement the
add-to-project
action to an organization's repository. It appears that, in order to do so, a personal access token is required:However, I don't fully understand how to store a PAT in an organization's secret variables. Does the "value" field of the secret variable actually need to be a PAT for this action to work? Since organizations aren't able to generate PATs, does one member of the org need to be responsible for generating and maintaining the token?
The text was updated successfully, but these errors were encountered: