Skip to content

Commit b9fb488

Browse files
Refactor PowerShell installation: add GITHUB_TOKEN environment variable for improved security in Windows installation step.
1 parent 5fb5941 commit b9fb488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ runs:
162162
shell: powershell
163163
env:
164164
REQUESTED_VERSION: ${{ inputs.Version }}
165+
GITHUB_TOKEN: ${{ github.token }}
165166
run: |
166167
Write-Host "Requested version: [$REQUESTED_VERSION]"
167168
# Only resolve to latest version if explicitly set to 'latest' (case-insensitive)

0 commit comments

Comments
 (0)