Skip to content

Commit

Permalink
ci: allow repo read
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Mar 10, 2024
1 parent 5d4a74b commit bc4c529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
workflow_dispatch:

permissions:
contents: read
packages: write

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

permissions:
contents: read
packages: write

jobs:
Expand Down

0 comments on commit bc4c529

Please sign in to comment.