Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit b8cb4d3

Browse files
Fix: Ensure we have the right permissions.
1 parent 911beb3 commit b8cb4d3

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/deploy_docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ jobs:
99
deploy_images:
1010
permissions:
1111
contents: write
12+
packages: write
1213
uses: naev/naev-infrastructure/.github/workflows/docker_build.yml@main
1314
with:
1415
publish: true
1516
create_release:
1617
permissions:
1718
contents: write
19+
packages: write
1820
runs-on: ubuntu-latest
1921
needs: deploy_images
2022
steps:

.github/workflows/docker_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
image_build:
1212
permissions:
1313
contents: write
14+
packages: write
1415
strategy:
1516
fail-fast: true
1617
matrix:

.github/workflows/docker_daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
deploy_images:
2121
permissions:
2222
contents: write
23+
packages: write
2324
needs: update_tag
2425
uses: naev/naev-infrastructure/.github/workflows/docker_build.yml@main
2526
with:

0 commit comments

Comments
 (0)