Skip to content

Commit

Permalink
remove OpenSource registry, re-add NeuraLegion scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
quisido committed Apr 12, 2024
1 parent aa5a1b0 commit 3d13058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
41 changes: 1 addition & 40 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
name: prepublish-applications
path: packages/*/jest/

# Stage 4: github-pages, npm, opensource-registry, sentry-release
# Stage 4: github-pages, npm, sentry-release
datadog-sourcemaps:
name: Datadog sourcemaps
needs: [lighthouse, prepublish-applications]
Expand Down Expand Up @@ -385,45 +385,6 @@ jobs:
name: npm
path: packages/*/jest/

opensource-registry:
name: OpenSource registry
needs: [prepack, prepublish]
runs-on: ubuntu-latest
env:
DD_ENV: ci
services:
datadog-agent:
image: datadog/agent:latest
env:
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
DD_HOSTNAME: none
DD_INSIDE_CI: true
ports:
- 8126:8126
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: prepack
path: packages/
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: yarn
check-latest: true
node-version: 'lts/*'
registry-url: 'https://npm-publish.opensourceregistry.com'
- name: Install dependencies
run: yarn install --immutable
- name: Publish
env:
NPM_AUTH_TOKEN: ${{ secrets.OPENSOURCE_REGISTRY_NPM_TOKEN }}
run: >
yarn config set npmAuthToken $NPM_AUTH_TOKEN;
yarn run publish;
sentry-release:
name: Sentry release
needs: [lighthouse, prepublish-applications]
Expand Down
2 changes: 2 additions & 0 deletions hhRmW9PFLyiXjXY8JBcs1U.nex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Please DO NOT make any changes to this file, or it will not work and scanning will no be authorized via this file
a6awkza91w0zxzgnuuouc4cggujhudbdovdt1ahosi8w8v13mjyulv6zsm1ezpbosypiamki6xftwhaes1mmw8b074wlilv4e08nw5qdji0roxp0enmjbnrjarnhvukn

0 comments on commit 3d13058

Please sign in to comment.