Skip to content

Commit

Permalink
fix(ci): Add missing permissions to job sikalabs--sikalabs-sshd
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 5, 2024
1 parent 8f2daae commit ffcdc23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ jobs:

sikalabs--sikalabs-sshd:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
Expand Down

0 comments on commit ffcdc23

Please sign in to comment.