Skip to content

Commit

Permalink
Add missing permission (#22)
Browse files Browse the repository at this point in the history
* Add missing id-token permission

* 1.4.1
  • Loading branch information
gndelia authored Jan 6, 2025
1 parent 8e7f306 commit ed7f515
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ on:

jobs:
npm-publish:
uses: hemilabs/actions/.github/workflows/npm-publish.yml@main
permissions:
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.0",
"version": "1.4.1",
"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-03T18:53:03.571Z",
"timestamp": "2025-01-06T17:56:44.961Z",
"version": {
"major": 1,
"minor": 4,
"patch": 0
"patch": 1
},
"tokens": [
{
Expand Down

0 comments on commit ed7f515

Please sign in to comment.