Skip to content

Commit

Permalink
fix: remove unnecessary npm_token to fix GitHub workflows. (#11)
Browse files Browse the repository at this point in the history
Fixes #https://t.corp.amazon.com/V1277399943

The purpose of this PR is to remove the code for publishing to `npm`. Since we do not have any use case for publishing GitHub actions to `npm`.
  • Loading branch information
SankyRed authored Mar 20, 2024
1 parent 96485cb commit 42ed128
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const project = new typescript.TypeScriptProject({
authorName: 'Kaizen Conroy',
deps: ['@actions/core', '@actions/github'],
devDeps: ['@vercel/ncc'],
releaseToNpm: true,
tsconfig: {
compilerOptions: {
target: 'ES2020',
Expand Down

0 comments on commit 42ed128

Please sign in to comment.