-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add project token to org #22
Comments
@kernelsam Done, but had to use some instructions from #6. Also, after an instruction like:
there needs to be in instruction to put the value of the token into the text box. |
@docktermj I updated the description in #6 as well as this issue with instructions for inputing the token in the text box. |
Moving back to in progress. This is missing in the actions secrets.
|
@docktermj per discussion I have updated the token name in the description of this issue to |
To be used by #16, needs to be set in the called workflow as well as the caller workflow.
This is currently set to the existing token used for linking classic projects which does not have the correct permissions, see output.
This action is being taken in conjunction with #15 as tokens should always have the minimum level of permissions required to run the respective workflow.
Create a fine-grained personal access token - the account needs to have access to the respective project(s) and repository(s).
Settings
.Developer settings
.Personal access tokens
, selectTokens (classic
).Generate new token
.Note
, enter a name for the token:SENZING_GITHUB_PROJECT_RW_TOKEN
.Expiration
, select an expiration for the token.Select scopes
select the following:Generate token
.Note: To create secrets at the organization level, you must have admin access.
Settings
.* Secrets and variables
, then clickDependabot
.New organization secret
.Name
input box type:SENZING_GITHUB_PROJECT_RW_TOKEN
.Repository access
dropdown list, chooseSelected repositories
.Selected repositories
dropdown, select the following:build-resources
Add secret
.* Secrets and variables
, then clickActions
.New organization secret
.Name
input box type:SENZING_GITHUB_PROJECT_RW_TOKEN
.Repository access
dropdown list, chooseSelected repositories
.Selected repositories
dropdown, select the following:build-resources
Add secret
.The text was updated successfully, but these errors were encountered: