Skip to content

Commit

Permalink
fix: add permission for release CI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Jun 13, 2024
1 parent c539a57 commit 68d5b3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ on:

jobs:
build_mac:
permissions:
contents: write
checks: write
actions: read
issues: read
packages: write
pull-requests: read
repository-projects: read
statuses: read
runs-on: [self-hosted, macOS, ARM64]
environment: app-packaging
steps:
Expand Down

0 comments on commit 68d5b3b

Please sign in to comment.