Skip to content

Commit

Permalink
Add missing contents read permission (#23)
Browse files Browse the repository at this point in the history
* Add missing contents:read permission

* 1.4.2
  • Loading branch information
gndelia authored Jan 6, 2025
1 parent ed7f515 commit 46e1b44
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
npm-publish:
permissions:
contents: read
id-token: write
secrets: inherit
uses: hemilabs/actions/.github/workflows/npm-publish.yml@main
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": "@hemilabs/token-list",
"version": "1.4.1",
"version": "1.4.2",
"description": "List of ERC-20 tokens in the Hemi Network chains",
"bugs": {
"url": "https://github.com/hemilabs/token-list/issues"
Expand Down
4 changes: 2 additions & 2 deletions src/hemi.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Hemi Token List",
"timestamp": "2025-01-06T17:56:44.961Z",
"timestamp": "2025-01-06T19:09:48.116Z",
"version": {
"major": 1,
"minor": 4,
"patch": 1
"patch": 2
},
"tokens": [
{
Expand Down

0 comments on commit 46e1b44

Please sign in to comment.