fix: update transfer-issue.yml#376
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. |
|
This pull request has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation. There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Description
Addresses
/ticommand permission errors by usingsecrets.GH_TOKENinstead ofsecrets.GITHUB_TOKEN(limited to current repo only).Issue: #344