Skip to content

Commit

Permalink
Permissions for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack authored Dec 29, 2024
1 parent 686dd9b commit e56f73a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
matrix:
os: [ubuntu-24.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}

permissions:
packages: write
contents: write
steps:
- name: Set up Git
uses: actions/checkout@v4
Expand Down

0 comments on commit e56f73a

Please sign in to comment.