Skip to content

Commit

Permalink
Merge pull request #206 from unsplash/add-permission-workflow
Browse files Browse the repository at this point in the history
Add write permission to publish workflow
  • Loading branch information
Magellol authored Apr 23, 2024
2 parents c4604d4 + 8b99e31 commit 1a38ef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
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 1a38ef9

Please sign in to comment.