Skip to content

Commit

Permalink
add permissions and needs to docker job
Browse files Browse the repository at this point in the history
  • Loading branch information
mu7med authored Jan 1, 2024
1 parent b83d706 commit ae911ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ jobs:

docker:
runs-on: ubuntu-latest

permissions:
packages: write
needs:
- code-coverage
- unit-testing
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
Expand Down

0 comments on commit ae911ae

Please sign in to comment.