Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/fleet-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
# persist-credentials:false so checkout does NOT install the default
# GITHUB_TOKEN as a git auth header — otherwise it overrides the app-token
# URL the synoptic container sets, and the board push runs as the read-only
# github-actions[bot] (403). With it off, the push uses the minted app token.
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false

- name: Mint a fleet token via the OIDC broker
id: app-token
Expand Down
Loading