Skip to content

doc: request token for wiby #986

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bjohansebas
Copy link
Member

Should fix nodejs/package-maintenance#629

This token should have push access to the following repositories:

permissions:
  contents: write
  pull-requests: write
  statuses: read

The bot that has access to this is called @wiby-bot, and the access credentials are in Node.js's 1Password.

imagen imagen

@bjohansebas
Copy link
Member Author

cc: @nodejs/tsc

Copy link
Member

@legendecas legendecas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirement for requesting token via this method is limited to https://github.com/nodejs repositories.

Would you mind elaborating on why @nodejs-bot is needed in this process?

@bjohansebas
Copy link
Member Author

@legendecas we don't actually need @nodejs-bot. As I mentioned, the bot that has access to those repositories is @wiby-bot, so that's the one that can generate the tokens I need.

I'm requesting this because someone with access to the @wiby-bot account posted this comment, so I assume the process needs to be handled here.

The reason I need these tokens is because that's how the wiby package currently works, the tokens are used to create branches in those repositories and to read the status of commits. They're essential for getting all the tests in the repo to pass. Right now, I can't test that functionality, so every time I make changes, I have no way to know if I'm breaking the integration or not. Without those tokens, the tests fail, and that has blocked me from continuing to maintain the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update token for wiby-bot in the wiby repo
2 participants