Skip to content

Commit

Permalink
Add permission to upload Release package by CI workflow (macos)
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Mar 2, 2024
1 parent 199aa35 commit 795ad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
macOS_CI_build:
permissions:
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
contents: read # for actions/checkout to fetch code
contents: write # for actions/checkout to fetch code and softprops/action-gh-release
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
runs-on: macos-12
steps:
Expand Down

0 comments on commit 795ad9c

Please sign in to comment.