Skip to content

Commit

Permalink
Merge pull request #213 from ElrondNetwork/fix-workflow
Browse files Browse the repository at this point in the history
Fix github workflows.
  • Loading branch information
andreibancioiu authored May 10, 2022
2 parents c78da02 + 6f2150e commit 7053743
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/erdjs-publish-alpha-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- alpha
- beta

permissions:
contents: write

jobs:
publish-npm:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/erdjs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish erdjs
on:
workflow_dispatch:

permissions:
contents: write

jobs:
publish-npm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7053743

Please sign in to comment.