Skip to content

Commit

Permalink
wip
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 1, 2024
1 parent c9691ef commit b17a8f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 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 @@ -10,6 +10,9 @@ inputs:
bldr-component:
description: The Builder Component to build and package
required: true
gh-token:
description: The Builder Component to build and package
required: true
runs:
using: composite
steps:
Expand All @@ -19,7 +22,7 @@ runs:
HAB_AUTH_TOKEN: ${{ inputs.hab-auth-token }}
HAB_ORIGIN: ${{ inputs.hab-origin}}
BLDR_COMPONENT: ${{ inputs.bldr-component }}
HAB_STUDIO_SECRET_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
HAB_STUDIO_SECRET_GITHUB_TOKEN: ${{ inputs.gh-token }}
run: |
export HAB_STUDIO_SECRET_GITHUB_TOKEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
HAB_ORIGIN: 'jasonheath'
HAB_AUTH_TOKEN: ${{ secrets.HAB_AUTH_TOKEN }}
HABITAT_VERSION_SET: 'latest'
HAB_STUDIO_SECRET_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

# permissions:
# contents: write
Expand Down

0 comments on commit b17a8f8

Please sign in to comment.