You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh("security add-generic-password -a '#{ENV['USER']}' -s 'dev.getcmd.#{key}' -w '#{encoded_value}' -U")
24
24
end
@@ -47,6 +47,20 @@ platform :mac do
47
47
# The fine grained token should have permissions for: Contents, Metadata (maybe also commit statuses and pull requests)
48
48
# I could not find how to pass it in the header. It is in the git URL. If it is not set, like when running locally and saving new certificates, we need to use the SSH URL.
0 commit comments