Skip to content

GitDocs Sync v0.1.1 - License Key Revocation

Choose a tag to compare

@pennypansh-dotcom pennypansh-dotcom released this 28 Jul 09:46

GitDocs Sync v0.1.1 - License Key Revocation

What's New

  • License key revocation mechanism: Action now checks a revoked-keys.json file 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

  1. When a customer cancels their subscription, add their old key to revoked-keys.json in the repo
  2. Push the change to main
  3. 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.1

Or pin to v0.1.0 if you don't need revocation yet.

Full Changelog

v0.1.0...v0.1.1