Skip to content
Snippets Groups Projects
Commit da08bc8a authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'make-dev-token-api-more-usable' into 'master'

Extend scopes of seeded dev token

See merge request gitlab-org/gitlab!37407
parents 7f4011e9 cb26d4d3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,7 +7,7 @@ Gitlab::Seeder.quiet do
PersonalAccessToken.create!(
user_id: User.find_by(username: 'root').id,
name: "seeded-api-token",
scopes: ["api"],
scopes: Gitlab::Auth.all_available_scopes,
token_digest: "/O0jfLERYT/L5gG8nfByQxqTj43TeLlRzOtJGTzRsbQ="
)
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment