Commit 9a89ed48 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Encrypt builds token by default with insecure fallback

parent 03f4ad43
......@@ -120,7 +120,7 @@ module Ci
acts_as_taggable
add_authentication_token_field :token
add_authentication_token_field :token, encrypted: true, fallback: true
before_save :update_artifacts_size, if: :artifacts_file_changed?
before_save :ensure_token
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment