Skip to content

Commit

Permalink
Authenticate upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 25, 2024
1 parent 6d19fbd commit ffbefa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/upload/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ runs:
steps:
- name: Upload artifacts to release
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.upload-to-tag != '' }}
env:
GH_TOKEN: ${{ secrets.HRA_GITHUB_TOKEN }}
shell: bash
run: |
gh release upload ${{ github.event.inputs.upload-to-tag }} deploy/*

0 comments on commit ffbefa2

Please sign in to comment.