mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Use GH API token in ingest FMA action (#30586)
This commit is contained in:
parent
79aa09f3ba
commit
1980ec9cc0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ingest-maintained-apps.yml
vendored
2
.github/workflows/ingest-maintained-apps.yml
vendored
|
|
@ -48,6 +48,8 @@ jobs:
|
|||
go-version-file: 'fleet/go.mod'
|
||||
|
||||
- name: Ingest maintained apps
|
||||
env:
|
||||
NETWORK_TEST_GITHUB_TOKEN: ${{ secrets.FLEET_RELEASE_GITHUB_PAT }}
|
||||
run: |
|
||||
cd fleet
|
||||
go mod download
|
||||
|
|
|
|||
Loading…
Reference in a new issue