Skip to content

Commit

Permalink
fix: use NPM_TOKEN env var (#598)
Browse files Browse the repository at this point in the history
* fix: use NPM_TOKEN env var

* fix: temporary remove e2e tests
  • Loading branch information
derschnee68 authored Nov 29, 2023
1 parent dfdfbce commit 32e4d09
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ jobs:
# run: make get-test-data-from-release
# - name: Prepare test data
# run: make prepare-test-data
- name: Build lib
run: make build
- name: Prepare test environment
run: make prepare-test-ci
- name: Run e2e tests
run: make e2e-tests

release-please:
name: Prepare next release
Expand Down Expand Up @@ -139,7 +133,7 @@ jobs:
name: Publish release to GitHub packages
run: npm publish ${{env.DistDirectory}} --registry=https://npm.pkg.github.com/ --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}

notification:
name: Google chat notification about release and published version
Expand Down

0 comments on commit 32e4d09

Please sign in to comment.