diff --git a/.github/settings.yml b/.github/settings.yml index f97d187..34343a7 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -9,7 +9,7 @@ repository: homepage: https://dennykorsukewitz.github.io/VSCode-QuoteWithMarker/ # A comma-separated list of topics to set on the repository - topics: pages, extension, VisualStudioCode, VSC, Quote, Workflow + topics: pages, extension, VisualStudioCode, VSC, quote, workflow, codemarker, marker, markers, comment, commentline, patch, patcher, diff, compare, helper # Either `true` to make the repository private, or `false` to make it public. private: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e411363..de640bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,4 @@ jobs: run: npm i -g vsce - name: Publish - run: vsce publish -p ${{ secrets.VSCE_PAT }} \ No newline at end of file + run: vsce publish -p ${{ secrets.VSC_PAT }} \ No newline at end of file