You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using our own personal tokens in github action workflows. We should create a dedicated github account and use tokens from that account. Some tokens that we use :
secrets.SLASH_COMMAND_PAT : @jrhizor personal token, its being used by multiple workflows
secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN : @davinchia personal token
The above two tokens are used by multiple workflows such as Slash command, Release Airbtye open source, etc.
The text was updated successfully, but these errors were encountered:
Currently we are using our own personal tokens in github action workflows. We should create a dedicated github account and use tokens from that account. Some tokens that we use :
secrets.SLASH_COMMAND_PAT : @jrhizor personal token, its being used by multiple workflows
secrets.SELF_RUNNER_GITHUB_ACCESS_TOKEN : @davinchia personal token
The above two tokens are used by multiple workflows such as Slash command, Release Airbtye open source, etc.
The text was updated successfully, but these errors were encountered: