Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Nightly Snapshot

Nightly Snapshot #98

Workflow file for this run

name: Nightly Snapshot
permissions:
contents: write
on:
schedule:
- cron: "0 8 * * *"
jobs:
publish:
uses: ./.github/workflows/publish.yaml
with:
extension_tag: main
force: false
is_snapshot: true
secrets:
VSCODE_MARKETPLACE_TOKEN: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
OVSX_MARKETPLACE_TOKEN: ${{ secrets.OVSX_MARKETPLACE_TOKEN }}