Prepare to archive fleet-gitops repo (#50134)

This commit is contained in:
Luke Heath
2026-07-29 08:04:35 -05:00
committed by GitHub
parent e6118b4cc5
commit 699bdb50ac
6 changed files with 179 additions and 36 deletions
+1 -10
View File
@@ -43,18 +43,9 @@ jobs:
with:
persist-credentials: false
- name: Checkout GitOps repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: fleetdm/fleet-gitops
ref: main
path: fleet-gitops
persist-credentials: false
- name: Apply latest configuration to Fleet
uses: ./fleet-gitops/.github/gitops-action-fleets
uses: ./.github/actions/gitops
with:
working-directory: ${{ github.workspace }}/fleet-gitops
dry-run-only: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}
env:
FLEET_GITOPS_DIR: ${{ github.workspace }}/it-and-security