Skip to content

Commit

Permalink
ci: fix github token for publishing step (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 authored Jan 10, 2025
1 parent 5560ab9 commit 9253eab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,15 @@ extends:
- 18.x

buildSteps:
- task: AzureKeyVault@2
displayName: "Azure Key Vault: Get Secrets"
inputs:
azureSubscription: "vscode-oss-build-secrets"
KeyVaultName: "vscode-oss-build-secrets"
SecretsFilter: "github-token-code-oss"
- script: npm i
displayName: Install dependencies
env:
GITHUB_TOKEN: $(github-token-public-repos)
GITHUB_TOKEN: $(github-token-code-oss)

publishPackage: ${{ parameters.publishPackage }}

0 comments on commit 9253eab

Please sign in to comment.