Skip to content

Commit

Permalink
Added channel env to github actions
Browse files Browse the repository at this point in the history
Signed-off-by: sougata-progress <sougatab@progress.com>
  • Loading branch information
sougata-progress authored and mwrock committed Oct 15, 2024
1 parent 3eb15d4 commit 1fd3816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/hab-pkg-build-and-upload-linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ runs:
shell: bash
env:
BLDR_COMPONENT: ${{ inputs.bldr-component }}
HAB_BLDR_CHANNEL: LTS-2024
HAB_FALLBACK_CHANNEL: LTS-2024
run: |
hab pkg build $BLDR_COMPONENT
Expand All @@ -24,7 +26,7 @@ runs:
HAB_AUTH_TOKEN: ${{ inputs.hab-auth-token }}
run: |
source results/last_build.env
sudo hab pkg install --auth $HAB_AUTH_TOKEN results/$pkg_artifact --channel LTS-2024
sudo hab pkg install --auth $HAB_AUTH_TOKEN results/$pkg_artifact
- name: hab pkg upload
shell: bash
Expand Down

0 comments on commit 1fd3816

Please sign in to comment.