Skip to content

Commit 7053743

Browse files
Merge pull request #213 from ElrondNetwork/fix-workflow
Fix github workflows.
2 parents c78da02 + 6f2150e commit 7053743

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/erdjs-publish-alpha-beta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- alpha
1111
- beta
1212

13+
permissions:
14+
contents: write
15+
1316
jobs:
1417
publish-npm:
1518
runs-on: ubuntu-latest

.github/workflows/erdjs-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Publish erdjs
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
publish-npm:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)