Skip to content

Commit

Permalink
Cleanup token docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 6, 2024
1 parent f92a6b9 commit 6a0915a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
# Generated via https://open-vsx.org/user-settings/tokens, valid forever?
# Generated via https://open-vsx.org/user-settings/tokens
# Saved locally as "CI VS Code Open VSX publish token"
pat: ${{ secrets.OPEN_VSX_TOKEN }}
# preRelease: true
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
# https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions
# https://dev.azure.com/markwiemer/_usersSettings/tokens
# Saved locally as "CI VS Code Marketplace Publish Token", expires 2024-06-22
# Saved locally as "CI VS Code Marketplace Publish Token"
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
# preRelease: true
1 change: 1 addition & 0 deletions .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
with:
# https://github.com/settings/tokens
# https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions
# Saved locally as "Add to project PAT"
project-url: https://github.com/orgs/mark-wiemer-org/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 6a0915a

Please sign in to comment.