Skip to content

Commit

Permalink
Add permissions to the push-dist workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored May 29, 2024
1 parent cb4d7ee commit 9c98f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/.github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
name: Push dist
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write

steps:
- uses: actions/checkout@v4<% if (pnpm) { %>
Expand Down

0 comments on commit 9c98f79

Please sign in to comment.