niradler/Assets Backup GitHub Action
Backup Hashnode posts assets from cdn.hashnode.com
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| output_path | output folder | — | assets |
| posts_output_path | posts folder | — | posts |
| copy_failed_posts | copy posts to the posts folder even if the backup failed | — | true |
| pattern | files pattern | — | **.md |
| files | files to crawl | — | — |
| github_token | Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. | no | ${{ github.token }} |
Outputs
no outputs