Skip to content

Commit

Permalink
Rotate token
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 16, 2023
1 parent 6916e97 commit 16910dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .buildkite/pipeline.yml.signature
Binary file not shown.
4 changes: 2 additions & 2 deletions .buildkite/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function jll_init_step(NAME, PROJECT)
push!(init_plugins,
"staticfloat/cryptic#v2" => Dict(
"variables" => [
"GITHUB_TOKEN=\"U2FsdGVkX19AZjTkVR4A9uDowE0iO/JDnyzWYMp1vDLlkgAXyyU/ma6o9HSIsCgZ0jLuZLmJgOQ5tmQ2/cE6jg==\"",
"GITHUB_TOKEN=\"U2FsdGVkX19pZyo9s0+7a8o2ShJ7rk9iDq/27GGmg+tg692sK0ezyqzVDmVfjtUd+NGfVbh+z+Bk3UWf8xwM8Q==\"",
]
))

Expand Down Expand Up @@ -137,7 +137,7 @@ function register_step(NAME, PROJECT, SKIP_BUILD)
push!(register_plugins,
"staticfloat/cryptic#v2" => Dict(
"variables" => [
"GITHUB_TOKEN=\"U2FsdGVkX19AZjTkVR4A9uDowE0iO/JDnyzWYMp1vDLlkgAXyyU/ma6o9HSIsCgZ0jLuZLmJgOQ5tmQ2/cE6jg==\"",
"GITHUB_TOKEN=\"U2FsdGVkX19pZyo9s0+7a8o2ShJ7rk9iDq/27GGmg+tg692sK0ezyqzVDmVfjtUd+NGfVbh+z+Bk3UWf8xwM8Q==\"",
]
))

Expand Down

0 comments on commit 16910dc

Please sign in to comment.