Skip to content

Commit

Permalink
wip 1719881411
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 e24ed4f commit 08c0e73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/hab-pkg-build-and-upload-windows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ runs:
- name: hab pkg build and upload
shell: pwsh
env:
# HAB_STUDIO_SECRET_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
HAB_AUTH_TOKEN: ${{ inputs.hab-auth-token }}
HAB_ORIGIN: ${{ inputs.hab-origin}}
BLDR_COMPONENT: ${{ inputs.bldr-component }}
Expand All @@ -32,7 +31,6 @@ runs:
$env:BUILD_ARGS = "-X 'main.git_sha=${{ github.sha }}' -X 'main.version=$env:APP_VERSION' -X 'main.build_date_time=$env:BUILD_DATE_TIME'"
$env:Path += ";C:\ProgramData\Habitat"
# $env:GITHUB_TOKEN="${{ secrets.GH_TOKEN }}"
hab license accept
hab origin key download $env:HAB_ORIGIN
Expand Down

0 comments on commit 08c0e73

Please sign in to comment.