-
Notifications
You must be signed in to change notification settings - Fork 87
fix: update transfer-issue.yml #376
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
@Shurtu-gal then i think we should try, GitHub App token that is more secure and organization managed, but requires one time GitHub App setup by org admins |
|
I don't understand how does that manage to make this more secure? |
1 similar comment
|
I don't understand how does that manage to make this more secure? |
|
Like instead of using a token tied to a specific account or user, we use an org owned app that only has the permissions we define and doesn’t depend on any user and can be installed to any repo |
|
|
|
While reviewing the workflow, I noticed a few areas where we could add some safeguards. There are a few other similar points as well. They’re not major issues right now, but addressing them could help make the workflow more secure and future proof. Let me know what you think. |
Description
Addresses
/ticommand permission errors by usingsecrets.GH_TOKENinstead ofsecrets.GITHUB_TOKEN(limited to current repo only).Issue: #344