Skip to content

Commit b5fbe83

Browse files
Add GITHUB_TOKEN environment variable to asset upload step in release action
1 parent a0ecb80 commit b5fbe83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/ps-release/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ runs:
8484
asset_path: ./build/package/${{ github.event.repository.name }}.${{ inputs.release-version }}.nupkg
8585
asset_name: ${{ github.event.repository.name }}-v${{ inputs.release-version }}.nupkg
8686
asset_content_type: application/octet-stream
87+
env:
88+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)