There was an error while loading. Please reload this page.
1 parent 437c1ed commit 5781d06Copy full SHA for 5781d06
1 file changed
.github/workflows/container-build-publish.yml
@@ -45,6 +45,9 @@ jobs:
45
- platform: linux/arm64
46
runner: ubuntu-24.04-arm
47
runs-on: ${{ matrix.runner || 'ubuntu-24.04' }}
48
+ permissions:
49
+ contents: read
50
+ packages: write
51
52
steps:
53
- name: Prepare
0 commit comments