We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dc66d commit 9a8267bCopy full SHA for 9a8267b
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: replace the MSYS2 runtime
74
shell: powershell
75
run: |
76
- $headers = @{ Authorization = "token '${{ secrets.GITHUB_TOKEN }}'" }
+ $headers = @{ Authorization = "token ${{ secrets.GITHUB_TOKEN }}" }
77
78
$run_url = "https://api.github.com/repos/dscho/Cygwin-msys2-fork/actions/runs/${{ matrix.n.run }}/artifacts"
79
$run = ((Invoke-WebRequest -Headers $headers $run_url).content | ConvertFrom-JSON)
0 commit comments