Skip to content

Commit

Permalink
Dogfood hiding secrets added via YAML (#25384)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman authored Jan 15, 2025
1 parent bcb5a7d commit d5626ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET }}
DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET }}
DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET }}
MANAGED_CHROME_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}
FLEET_SECRET_MANAGED_CHROME_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}
DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET }}

- name: Notify on Gitops failure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>CloudManagementEnrollmentToken</key>
<string>$MANAGED_CHROME_ENROLLMENT_TOKEN</string>
<string>$FLEET_SECRET_MANAGED_CHROME_ENROLLMENT_TOKEN</string>
<key>CloudReportingEnabled</key>
<true/>
<key>PayloadDisplayName</key>
Expand Down

0 comments on commit d5626ac

Please sign in to comment.