We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa99f62 commit abdec5fCopy full SHA for abdec5f
1 file changed
.github/workflows/build.yaml
@@ -87,6 +87,9 @@ jobs:
87
publish-chart:
88
needs: [build-image]
89
runs-on: ubuntu-24.04
90
+ permissions:
91
+ contents: read
92
+ packages: write
93
steps:
94
- name: Checkout
95
uses: actions/checkout@v4
0 commit comments