We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2875c commit 45203cbCopy full SHA for 45203cb
.github/workflows/docker-publish.yml
@@ -1,4 +1,4 @@
1
-name: "Publish EVM-Randomizer bot in Docker"
+name: "Dockerize EVM-Randomizer bot"
2
3
on:
4
workflow_dispatch:
.github/workflows/npm-publish.yml
@@ -4,6 +4,10 @@ on:
release:
5
types: [created]
6
7
+permissions:
8
+ id-token: write # Required for OIDC
9
+ contents: read
10
+
11
jobs:
12
publish-npm:
13
runs-on: ubuntu-latest
0 commit comments