Skip to content

Commit

Permalink
wip 1719881275
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 8481e2a commit e24ed4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 @@ runs:
- name: hab pkg build and upload
shell: pwsh
env:
HAB_STUDIO_SECRET_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# 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 +32,7 @@ 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 }}"
# $env:GITHUB_TOKEN="${{ secrets.GH_TOKEN }}"
hab license accept
hab origin key download $env:HAB_ORIGIN
Expand Down

0 comments on commit e24ed4f

Please sign in to comment.