Skip to content

Commit

Permalink
wip 1719928628
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Heath <[email protected]>
  • Loading branch information
Jason Heath committed Jul 2, 2024
1 parent d81dee2 commit 589e3ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/hab-pkg-build-and-upload-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ runs:
source results/last_build.env
sudo hab license accept
sudo hab origin key download $HAB_ORIGIN
sudo hab origin key download --auth $HAB_AUTH_TOKEN --secret $HAB_ORIGIN
echo "--- sudo hab pkg install --auth elided-HAB_AUTH_TOKEN results/$pkg_artifact"
sudo hab pkg install --auth $HAB_AUTH_TOKEN results/$pkg_artifact
echo "--- installed succesfully"
Expand Down

0 comments on commit 589e3ad

Please sign in to comment.