Update src/pages/docs/how-to/use-service-users-with-access-token.mdx

This commit is contained in:
Misha Bragin
2023-05-11 17:46:09 +02:00
committed by GitHub
parent e9c80a7555
commit 00d49d3cbf

View File

@@ -57,7 +57,7 @@ To create an access token, you'll need to log in to your account and navigate to
<img src="/img/overview/personal-access-token-overview.png" alt="personal-access-token-overview" width="780" style={{boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)'}} />
</p>
From there, you can create a new token and specify the permissions that the token should have.
From there, you can create a new token and specify expiration for the token. You won't be able to modify your token.
<p align="center">
<img src="/img/overview/personal-access-token-creation.png" alt="personal-access-creation-popup" width="400" style={{boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)'}} />