Skip to content

Commit

Permalink
Attempt to solve write access as a PR workflow from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Jan 22, 2024
1 parent 6aea8d8 commit 5ca7bf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

runs-on: ${{ matrix.os }}

permissions:
contents: write

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 5ca7bf9

Please sign in to comment.