Skip to content

Commit 96c8652

Browse files
committed
Fix ghcr.io permission problem
1 parent 8502b4f commit 96c8652

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
compiler_name: clang
5050
compiler_version: 20
5151
runs-on: ${{ matrix.architecture.runner }}
52+
permissions:
53+
packages: write
5254
steps:
5355
- name: Checkout repository
5456
uses: actions/checkout@v4

.github/workflows/rhel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
compiler_name: clang
3737
compiler_version: ''
3838
runs-on: ${{ matrix.architecture.runner }}
39+
permissions:
40+
packages: write
3941
steps:
4042
- name: Checkout repository
4143
uses: actions/checkout@v4

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
compiler_name: clang
4848
compiler_version: 19
4949
runs-on: ${{ matrix.architecture.runner }}
50+
permissions:
51+
packages: write
5052
steps:
5153
- name: Checkout repository
5254
uses: actions/checkout@v4

0 commit comments

Comments
 (0)