Skip to content

Commit

Permalink
Set github-permissions for job
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Mar 14, 2024
1 parent ddb6661 commit 1fcc95b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
retention-days: 1

dockerbuild:
permissions:
packages: write
permissions: write-all
runs-on: ubuntu-latest
needs: deployment
strategy:
Expand All @@ -109,6 +108,8 @@ jobs:
app: server
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download the previous produced artefacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 1fcc95b

Please sign in to comment.