Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/v3/github.rb')
-rw-r--r--lib/api/v3/github.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/v3/github.rb b/lib/api/v3/github.rb
index c86b7785ce2..e4a26838746 100644
--- a/lib/api/v3/github.rb
+++ b/lib/api/v3/github.rb
@@ -58,7 +58,7 @@ module API
project = find_project!(
::Gitlab::Jira::Dvcs.restore_full_path(**params.slice(:namespace, :project).symbolize_keys)
)
- not_found! unless can?(current_user, :download_code, project)
+ not_found! unless can?(current_user, :read_code, project)
project
end