Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 18, 2025
1 parent 8ba082f commit 94082bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codegen-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ jobs:
run: |
echo $GIT_RESULT
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
OLDGH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
3 changes: 1 addition & 2 deletions .github/workflows/v1-codegen-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ jobs:
run: |
echo $GIT_RESULT
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
OLDGH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
3 changes: 1 addition & 2 deletions .github/workflows/v1-lerna-publish-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ jobs:
yarn
lerna publish minor --force-publish=chain-registry --no-verify-access --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
OLDGH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
3 changes: 1 addition & 2 deletions .github/workflows/v1-lerna-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
lerna publish --force-publish=chain-registry --no-verify-access --yes
popd
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
OLDGH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
3 changes: 1 addition & 2 deletions .github/workflows/v2-codegen-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ jobs:
run: |
echo $GIT_RESULT
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
OLDGH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
3 changes: 1 addition & 2 deletions .github/workflows/v2-lerna-publish-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ jobs:
yarn
lerna publish minor --force-publish=@chain-registry/v2 --no-verify-access --yes
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
OLDGH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
3 changes: 1 addition & 2 deletions .github/workflows/v2-lerna-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
lerna publish --force-publish=@chain-registry/v2 --no-verify-access --yes
popd
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
OLDGH_TOKEN: ${{ secrets.GH_LERNA_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}

0 comments on commit 94082bb

Please sign in to comment.