Skip to content

Commit

Permalink
wip 1719933414
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <jason.heath@progress.com>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent b0317ac commit e15c025
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/hab-install-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ runs:
echo --- hab license accept
hab license accept
sudo hab license accept
echo --- accepted hab license
echo --- accepted hab license for user and superuser
echo --- hab origin key download
hab origin key download $HAB_ORIGIN
hab origin key download --auth $HAB_AUTH_TOKEN --secret $HAB_ORIGIN
sudo hab origin key download $HAB_ORIGIN
sudo hab origin key download --auth $HAB_AUTH_TOKEN --secret $HAB_ORIGIN
echo --- downloaded hab origin key
echo --- downloaded hab origin key for user and superuser

0 comments on commit e15c025

Please sign in to comment.