Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
publish:
needs: test
runs-on: ubuntu-latest
# Publishing to the Marketplace waits for an approval. The environment also
# restricts what may deploy to it to `v*` tags, which is the ref every
# release this workflow has ever run on.
#
# `VSCE_PAT` is still a repository secret, so this gates *when* it is used,
# not who can reference it. Moving the secret onto this environment is the
# step that would do that, and needs the token value.
environment: marketplace-publish
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Expand Down