mysterytown/CFX Escrow Upload
Detect resources marked with .escrow, upload/re-upload to CFX portal, commit asset IDs back, optionally mirror to an escrowed repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- None
Pinned Snippet
uses: mysterytown/cfx-escrow-bot@031179cfeae3900c35c912be640a863329af2f8e # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| forum-cookie | forum.cfx.re _t cookie (use a secret). | yes | — |
| resources-root | Directory to scan for .escrow markers. | no | . |
| changed-only | If true, only upload resources changed in the pushed commits. Otherwise scan everything. | no | true |
| base-ref | Git ref to diff against when changed-only is true. Defaults to the push event before-SHA. | no | "" |
| commit-back | Commit updated .escrow files back to the source branch. | no | true |
| commit-message | Commit message used when commit-back is true. | no | chore(escrow): update asset ids [skip ci] |
| mirror-repo | Escrowed repo to receive downloaded FXAP files, e.g. `org/repo-Escrowed`. Empty disables mirroring. | no | "" |
| mirror-token | PAT with push access to mirror-repo. Required if mirror-repo is set. | no | "" |
| mirror-branch | Branch on the mirror repo to commit to. | no | main |
Outputs
| name | description |
|---|---|
| uploaded | Number of resources successfully uploaded. |
| failed | Number of resources that failed. |