Skip to content

Commit

Permalink
fix: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaMmodern committed Jul 7, 2024
1 parent 7e00711 commit ef4d92b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env: # Or as an environment variable
MAINNET_ENDPOINT: ${{ secrets.MAINNET_ENDPOINT }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-softcloser",
"version": "0.0.3",
"version": "0.0.4",
"description": "Hardhat TypeScript plugin boilerplate",
"repository": "github:MetaMmodern/hardhat-softcloser",
"author": "MetaMmodern",
Expand Down

0 comments on commit ef4d92b

Please sign in to comment.