Skip to content

Commit

Permalink
fix wrong perms
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Oct 6, 2023
1 parent 79bb5dc commit 28caa2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
required: true
description: Version number (package)

permissions:
contents: write
permissions:
packages: write
contents: read

jobs:
build-macos:
Expand Down

0 comments on commit 28caa2d

Please sign in to comment.