-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: release workflows [IDE-155] (#434)
* fix: release workflows [IDE-155] * docs: update changelog
- Loading branch information
1 parent
dc0eea3
commit 91ed2c4
Showing
8 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ on: | |
jobs: | ||
build: | ||
uses: snyk/vscode-extension/.github/workflows/ci.yaml@main | ||
secrets: | ||
ITERATIVELY_KEY: ${{ secrets.ITERATIVELY_KEY }} | ||
|
||
publish: | ||
runs-on: ubuntu-latest | ||
|
@@ -29,9 +27,6 @@ jobs: | |
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Verify analytics events | ||
run: npm run ampli:verify -- -t ${{ secrets.ITERATIVELY_KEY }} | ||
|
||
- name: Bump patch version | ||
id: patched-tag | ||
uses: mathieudutour/[email protected] | ||
|
@@ -43,7 +38,6 @@ jobs: | |
- name: Add Credentials | ||
run: | | ||
sed -i \ | ||
-e 's|${env.SNYK_VSCE_SEGMENT_WRITE_KEY}|${{ secrets.SNYK_VSCE_SEGMENT_WRITE_KEY }}|g' \ | ||
-e 's|${env.SNYK_VSCE_AMPLITUDE_EXPERIMENT_API_KEY}|${{ secrets.SNYK_VSCE_AMPLITUDE_EXPERIMENT_API_KEY }}|g' \ | ||
-e 's|${env.SNYK_VSCE_SENTRY_DSN_KEY}|${{ secrets.SNYK_VSCE_SENTRY_DSN_KEY }}|g' \ | ||
snyk.config.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"segmentWriteKey": "${env.SNYK_VSCE_SEGMENT_WRITE_KEY}", | ||
"amplitudeExperimentApiKey": "${env.SNYK_VSCE_AMPLITUDE_EXPERIMENT_API_KEY}", | ||
"sentryKey": "${env.SNYK_VSCE_SENTRY_DSN_KEY}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters