Skip to content

Commit

Permalink
chore: turn off token rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Nov 30, 2024
1 parent 7d8a4b5 commit b3b6e7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin_migrations/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
from admin_migrations.migrators import (
CondaForgeYAMLTest,
RAutomerge,
RotateFeedstockToken,
TeamsCleanup,
)

MIGRATORS = [
RAutomerge(),
CondaForgeYAMLTest(),
RotateFeedstockToken(),
TeamsCleanup(),
]

Expand Down

0 comments on commit b3b6e7b

Please sign in to comment.