Skip to content

Commit

Permalink
Add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Magellol committed Apr 23, 2024
1 parent c4604d4 commit 8b99e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
{ name: "macos", runner: "macos-latest" },
]
runs-on: ${{ matrix.os.runner }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
# Using Nix causes dynamic linking issues on macOS. It's easier to
Expand Down

0 comments on commit 8b99e31

Please sign in to comment.