Skip to content

Commit

Permalink
Fix: Ensure we have the right permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Dec 13, 2022
1 parent 911beb3 commit b8cb4d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
deploy_images:
permissions:
contents: write
packages: write
uses: naev/naev-infrastructure/.github/workflows/docker_build.yml@main
with:
publish: true
create_release:
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
needs: deploy_images
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
image_build:
permissions:
contents: write
packages: write
strategy:
fail-fast: true
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
deploy_images:
permissions:
contents: write
packages: write
needs: update_tag
uses: naev/naev-infrastructure/.github/workflows/docker_build.yml@main
with:
Expand Down

0 comments on commit b8cb4d3

Please sign in to comment.