Skip to content

Commit

Permalink
Add GITHUB_TOKEN to allow asset uploading (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Oct 12, 2023
1 parent 0f60b8b commit 30286aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
run: mv package "nationalarhives-frontend-${{ needs.check.outputs.version }}"
- name: Upload the package to the GitHub release
run: gh release upload "v${{ needs.check.outputs.version }}" "nationalarhives-frontend-${{ needs.check.outputs.version }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

notify-slack:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 30286aa

Please sign in to comment.