GitDocs Sync v0.1.1 - License Key Revocation
GitDocs Sync v0.1.1 - License Key Revocation
What's New
- License key revocation mechanism: Action now checks a
revoked-keys.jsonfile in the repo before running. If a key is revoked, the Action stops with a clear error message. - Network-tolerant: if the revocation list can't be fetched, the Action continues to run (fail-open for availability).
How Revocation Works
- When a customer cancels their subscription, add their old key to
revoked-keys.jsonin the repo - Push the change to
main - The customer's next Action run will detect the revoked key and stop
Updating
Change your workflow to use the new version:
uses: pennypansh-dotcom/gitdocs-sync@v0.1.1Or pin to v0.1.0 if you don't need revocation yet.