diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 4e4718d..0000000 --- a/.github/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# GitHub Automation - -This repository includes two GitHub Actions workflows: - -- `workflows/ci.yml`: Runs build, test, package, and uploads the VSIX artifact. -- `workflows/release.yml`: Builds, tests, packages, optionally publishes to Azure DevOps Marketplace, and creates GitHub releases for version tags. - -## Required Secrets - -- `MARKETPLACE_PAT`: Azure DevOps Marketplace personal access token with publish scope. -- `PUBLISHER_ID`: Publisher identifier for marketplace publishing. diff --git a/README.md b/README.md index b3e4605..dc11e79 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,6 @@ See [SECURITY.md](SECURITY.md) for: 1. **Set GitHub Secrets** (in repository settings): - `MARKETPLACE_PAT`: Your Azure DevOps Marketplace Personal Access Token - - `PUBLISHER_ID`: Your Marketplace publisher ID (e.g., `stackitcloud`) 2. **Publish** via GitHub Actions (`release.yml`): - Push a tag: `git tag v1.0.1 && git push --tags`