Skip to content

Commit

Permalink
BUILD-5219 Use Hashicorp Vault to retrieve OPENVSX_TOKEN
Browse files Browse the repository at this point in the history
That way it retrieves an up-to-date secret
  • Loading branch information
sebastienvermeille committed Jun 4, 2024
1 parent fe36eea commit 4df6a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
secrets: |
development/artifactory/token/{REPO_OWNER_NAME_DASH}-private-reader access_token | ARTIFACTORY_ACCESS_TOKEN;
development/team/sonarlint/kv/data/open_vsx token | OPENVSX_TOKEN;
development/team/sonarlint/kv/data/openvsx token | OPENVSX_TOKEN;
- name: Install dependencies for ovsx-publish
run: |
cp ${GITHUB_WORKSPACE}/.cirrus/.npmrc ./.npmrc
Expand Down

0 comments on commit 4df6a23

Please sign in to comment.