Skip to content

Commit

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

0 comments on commit 8ba082f

Please sign in to comment.