mirror of
https://github.com/containers/podman.git
synced 2026-07-11 15:55:22 -04:00
ci: add GITHUB_TOKEN to win installer test
The test uses the token for API request so we do not get rate limit failures without a token, see commit7c7d56a0fb. Signed-off-by: Paul Holzinger <pholzing@redhat.com> (cherry picked from commit0fce332955) Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -262,6 +262,9 @@ jobs:
|
||||
|
||||
- name: Run installer test
|
||||
shell: pwsh
|
||||
env:
|
||||
# pass in ro token just so we can use it for API calls to not get rate limited
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: .\winmake.ps1 installertest $env:PROVIDER
|
||||
|
||||
- name: Upload artifacts
|
||||
|
||||
Reference in New Issue
Block a user