mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Use gitops API token (#10639)
This commit is contained in:
parent
1543ac730b
commit
d514998f3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fleetctl-profiles.yml
vendored
2
.github/workflows/fleetctl-profiles.yml
vendored
|
|
@ -26,7 +26,7 @@ permissions:
|
|||
contents: read
|
||||
|
||||
env:
|
||||
DOGFOOD_API_TOKEN: ${{ secrets.DOGFOOD_API_TOKEN }}
|
||||
DOGFOOD_API_TOKEN: ${{ secrets.FLEET_GITOPS_API_ACCESS_TOKEN }}
|
||||
DOGFOOD_URL: ${{ secrets.DOGFOOD_URL }}
|
||||
CLOUD_MANAGEMENT_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue