Skip to content

Commit 45203cb

Browse files
committed
fix: publish npm github action
1 parent 8a2875c commit 45203cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Publish EVM-Randomizer bot in Docker"
1+
name: "Dockerize EVM-Randomizer bot"
22

33
on:
44
workflow_dispatch:

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [created]
66

7+
permissions:
8+
id-token: write # Required for OIDC
9+
contents: read
10+
711
jobs:
812
publish-npm:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)