Conversation
There was a problem hiding this comment.
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