Skip to content

Commit

Permalink
Fix permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 authored Feb 24, 2023
1 parent d304d01 commit e8eccb1
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 @@ -49,6 +49,8 @@ jobs:
needs: check_kernelsu_update
if: needs.check_kernelsu_update.outputs.kernelsu_release != needs.check_kernelsu_update.outputs.local_release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: install common package
run: |
Expand Down

0 comments on commit e8eccb1

Please sign in to comment.