Skip to content

Commit

Permalink
Merge pull request #28144 from conda-forge/beckermr-patch-1
Browse files Browse the repository at this point in the history
feat: enable unique token per provider
  • Loading branch information
beckermr authored Nov 8, 2024
2 parents 9c33302 + 4f038c8 commit 4c51d3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/create_feedstocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,11 @@ def write_token(name, token):
if not feedstock_token_exists("conda-forge", name + "-feedstock"):
subprocess.check_call(
['conda', 'smithy', 'generate-feedstock-token',
'--unique-token-per-provider',
'--feedstock_directory', feedstock_dir] + owner_info)
subprocess.check_call(
['conda', 'smithy', 'register-feedstock-token',
'--unique-token-per-provider',
'--without-circle', '--without-drone',
'--feedstock_directory', feedstock_dir] + owner_info)

Expand Down

0 comments on commit 4c51d3b

Please sign in to comment.