Use GH API token in ingest FMA action (#30586)

This commit is contained in:
Tim Lee 2025-07-09 17:48:52 -04:00 committed by GitHub
parent 79aa09f3ba
commit 1980ec9cc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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