Skip to content

Commit

Permalink
add permissions for action
Browse files Browse the repository at this point in the history
  • Loading branch information
antoKeinanen committed May 10, 2023
1 parent 17c94e6 commit bc698c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
Expand Down

0 comments on commit bc698c7

Please sign in to comment.