Skip to content

Commit

Permalink
chore: update release env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
druhill committed Mar 12, 2024
1 parent 5921026 commit a56d1cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,12 @@ jobs:
- name: Release package to NPM registries
run: npx semantic-release@19 --debug
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_ACCESS_TOKEN }}
GIT_COMMITTER_NAME: Sage Carbon
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}

NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}

# GitHub registry - @amanda-mitchell/semantic-release-npm-multiple
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com
GITHUB_NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
GITHUB_NPM_TOKEN: ${{ secrets.ADMIN_ACCESS_TOKEN }}
GITHUB_NPM_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}

# NpmJS registry - @amanda-mitchell/semantic-release-npm-multiple
Expand Down

0 comments on commit a56d1cb

Please sign in to comment.