Skip to content

Commit

Permalink
Use master environment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Aug 4, 2023
1 parent 14a53aa commit e70d803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
abi-gen:
name: "Generate and publish ABI"
runs-on: ubuntu-latest
environment: master
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -51,4 +52,4 @@ jobs:
run: npm publish --access public
working-directory: ./contracts/dist
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_ORIGIN_DEFI}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ORIGIN_DEFI }}

0 comments on commit e70d803

Please sign in to comment.