Skip to content

Commit

Permalink
Fixes #284 - Changed read_api to read_user and replaced a screencast
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 authored Aug 18, 2023
1 parent a41d3b8 commit 1f9c10f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions locale/admin-docs.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zammad pre-release\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-11 16:22+0200\n"
"POT-Creation-Date: 2023-08-17 14:49+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -15491,7 +15491,6 @@ msgid "In your GitHub settings, create a new API token under **Developer setting
msgstr ""

#: ../system/integrations/github.rst:0
#: ../system/integrations/gitlab.rst:0
msgid "Screencast showing how to create a new API token"
msgstr ""

Expand Down Expand Up @@ -15568,11 +15567,15 @@ msgid "GitLab integration does not support merge requests."
msgstr ""

#: ../system/integrations/gitlab.rst:18
msgid "In your GitLab preferences, create a new API token under **Access Tokens**."
msgid "In your GitLab profile, create a new API token under **Access Tokens**."
msgstr ""

#: ../system/integrations/gitlab.rst:20
msgid "Under **Select scopes**, choose ``read_api`` only."
msgid "Under **Select scopes**, choose ``read_user`` only."
msgstr ""

#: ../system/integrations/gitlab.rst:0
msgid "Screenshot of creating a new API token"
msgstr ""

#: ../system/integrations/gitlab.rst:27
Expand Down
8 changes: 4 additions & 4 deletions system/integrations/gitlab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ like status (open/closed), assignee, labels, and more.
Setup
-----

1. In your GitLab preferences, create a new API token under **Access Tokens**.
1. In your GitLab profile, create a new API token under **Access Tokens**.

Under **Select scopes**, choose ``read_api`` only.
Under **Select scopes**, choose ``read_user`` only.

.. figure:: /images/system/integrations/gitlab/add-api-token-gitlab.gif
:alt: Screencast showing how to create a new API token
.. figure:: /images/system/integrations/gitlab/add-api-token-gitlab.png
:alt: Screenshot of creating a new API token
:align: center
:width: 90%

Expand Down

0 comments on commit 1f9c10f

Please sign in to comment.