Skip to content

Commit 0aea4a0

Browse files
committed
Using GitHub default token in test workflow
1 parent 33b8b8f commit 0aea4a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/install-libsrt.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ jobs:
55
installation:
66
runs-on: windows-latest
77
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 }}
8+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119
steps:
1210
- uses: actions/checkout@master
1311
- run: ./install-libsrt.ps1 -GitHubActions -NoPause

0 commit comments

Comments
 (0)