Dashboard › publish › Distillation
ce917eef-5828-4a10-a513-e9a63166a674["lore_tm_v1_OfBnTNymM-I-JKAtysQKRGk-bK8fHskZfGIAwzd9ltU","lore_tm_v1_g6ocvy3hM-ELpCH0OMZQuaR59BEL-IovEz1R7xw0XIo","lore_tm_v1_Tx-IjrBXijwZ61OvPWSoRS2OIZknoEddKvsRS6dMowY","lore_tm_v1_q1O4bQzecTPgPum5hBghbUYUXScSJzqGPWiyFUjOeSk"]
Date: Sep 8, 2026
workflow parameter in gh workflow run WORKFLOW should be replaced with the workflow’s name, ID, or file name; examples: "Link Checker", 1234567, or "link-check-test.yml".workflow_dispatch trigger and the workflow file to exist on the default branch; repository write access is required. Manual execution is available through the Actions UI, GitHub CLI, or REST API.gh workflow run WORKFLOW; omitted WORKFLOW opens an interactive workflow selector. Inputs can be supplied with -f key=value, -F key=@file, or JSON through stdin with --json; a non-default branch can be chosen via --ref BRANCH; progress can be viewed using gh run watch./home/byk/Code/getsentry/publish/.github/workflows contains 6 files: auto-approve.yml, ci-poller-dispatch.yml, ci-poller.yml, cocoapods-keepalive.yml, publish.yml, and test.yml./home/byk/Code/getsentry/publish/.github/workflows/cocoapods-keepalive.yml (28 lines): workflow name is "CocoaPods Token Keep-Alive"; triggers are a daily midnight-UTC schedule (cron: "0 0 * * *") and workflow_dispatch; comment notes CocoaPods sessions expire after 3 inactive days (VALIDITY_LENGTH) and cites https://github.com/CocoaPods/trunk.cocoapods.org/blob/a1869790e9ae2229b6985b6af4532da814202558/app/models/session.rb#L9.cocoapods-keepalive.yml sets permissions: contents: read; job keepalive is named Refresh CocoaPods Session, runs on macos-15, uses environment: production, and exposes COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}.cocoapods-keepalive.yml job steps are: 1. Install CocoaPods — gem install cocoapods; 2. Print CocoaPods Version — pod --version; 3. Refresh CocoaPods Session — pod trunk me > /dev/null 2>&1.workflow_dispatch supports manually triggering workflows; the retrieved full events documentation output was truncated in the display and saved at /home/byk/.local/share/opencode/tool-output/tool_082c40ae4001LekKv6haEyEEk1.