Skip to content

Commit

Permalink
chore: add write permissions to deploy GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
infloop committed Jan 3, 2025
1 parent 3c02c44 commit f8d95ea
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 @@ -7,6 +7,8 @@ on:

jobs:
deploy:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f8d95ea

Please sign in to comment.