mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Add Github token to fleetctl preview CI test (#42551)
Fixes https://github.com/fleetdm/fleet/actions/runs/23629057662/job/68824172559.
This commit is contained in:
parent
521593aa61
commit
9106da00ad
1 changed files with 2 additions and 0 deletions
2
.github/workflows/fleetctl-preview.yml
vendored
2
.github/workflows/fleetctl-preview.yml
vendored
|
|
@ -29,6 +29,8 @@ jobs:
|
|||
egress-policy: audit
|
||||
|
||||
- name: Test fleetctl preview
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.FLEET_RELEASE_GITHUB_PAT }}
|
||||
run: |
|
||||
npm install -g fleetctl
|
||||
fleetctl preview --disable-open-browser
|
||||
|
|
|
|||
Loading…
Reference in a new issue