We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b8b8f commit 0aea4a0Copy full SHA for 0aea4a0
.github/workflows/install-libsrt.yml
@@ -5,9 +5,7 @@ jobs:
5
installation:
6
runs-on: windows-latest
7
env:
8
- # The repo secret "GUEST_TOKEN" is a GitHub token without any privilege, just avoiding
9
- # rate limits when using the GitHub API when downloading some prerequisites from GitHub.
10
- GITHUB_TOKEN: ${{ secrets.GUEST_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11
steps:
12
- uses: actions/checkout@master
13
- run: ./install-libsrt.ps1 -GitHubActions -NoPause
0 commit comments