Skip to content

Commit

Permalink
Merge pull request #945 from blockscout/tom2drum/bens-types-auth-fix
Browse files Browse the repository at this point in the history
Pass secrets to "NPM publisher" workflow while calling it from "BENS release" workflow
  • Loading branch information
tom2drum authored Jun 26, 2024
2 parents 8c78035 + f00a847 commit 5018100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
uses: './.github/workflows/npm-publisher.yml'
needs: push
if: needs.push.outputs.semver != ''
secrets: inherit
with:
version: ${{ needs.push.outputs.semver }}
project_name: blockscout-ens
2 changes: 1 addition & 1 deletion blockscout-ens/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/blockscout/blockscout-rs.git",
"url": "git+https://github.com/blockscout/blockscout-rs.git",
"directory": "blockscout-ens/types"
},
"license": "MIT",
Expand Down

0 comments on commit 5018100

Please sign in to comment.