Skip to content

Commit

Permalink
Fix ci permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-buckner authored Jan 20, 2025
1 parent a8607a2 commit 3d8f56f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:

build-server:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write

steps:
- name: 'Login to GitHub Container Registry'
Expand All @@ -25,6 +30,11 @@ jobs:
build-client:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write

steps:
- name: 'Login to GitHub Container Registry'
Expand Down

0 comments on commit 3d8f56f

Please sign in to comment.