Skip to content

Commit

Permalink
had the wrong name in the expeditor config, an extra s
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Simmons <[email protected]>
  • Loading branch information
sean-simmons-progress committed Jan 3, 2025
1 parent 7553b24 commit d98341b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ subscriptions:
# subscription to fire off any other promotions that you may need for an additional channnel like LTS or something.
- workload: staged_workload_released:{{agent_id}}:workstation_build_promote:*
actions:
- bash:.expeditor/scripts/promote-hab-pkgs.sh:
- bash:.expeditor/scripts/promote-hab-pkg.sh:
post_commit: true

staging_areas:
Expand Down
4 changes: 2 additions & 2 deletions .expeditor/promote-hab-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# HAB_AUTH_TOKEN - GitHub Auth token used to communicate with the
# Habitat depot and private repos in Chef's GitHub org
#
set -eoux pipefail
set -eou pipefail

printenv | grep EXPEDITOR
# printenv | grep EXPEDITOR

# Export the HAB_AUTH_TOKEN for use of promoting habitat packages to {{EXPEDITOR_TARGET_CHANNEL}}
HAB_AUTH_TOKEN=$(vault kv get -field auth_token account/static/habitat/chef-ci)
Expand Down

0 comments on commit d98341b

Please sign in to comment.