Skip to content

Commit

Permalink
Set permissions to write for packages in GitHub Actions
Browse files Browse the repository at this point in the history
This change adds the `packages: write` permission to the workflow. It
ensures the workflow can properly publish or modify packages during
execution.
  • Loading branch information
saschpe committed Feb 6, 2025
1 parent b824b8f commit f6aafd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
android: [ 34, 35 ]
ndk: [ 26.3.11579264, 27.2.12479018 ]
cmake: [ 3.31.1 ]
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit f6aafd4

Please sign in to comment.