Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko committed Apr 23, 2024
1 parent 6a4a207 commit 80d8bf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
Build_Push_Scheduler_Image:
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
packages: write
steps:
- name: Checkout
Expand Down Expand Up @@ -47,6 +47,9 @@ jobs:
Publish_Helm_Chart:
runs-on: ubuntu-latest
needs: [Build_Push_Scheduler_Image]
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 80d8bf7

Please sign in to comment.