Remove filter from publish action
Signed-off-by: ilia-medvedev-codefresh <ilia.medvedev@codefresh.io>
This commit is contained in:
parent
5d3a96118c
commit
7fd86bd27a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -12,7 +12,6 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
if: github.repository == 'argoproj/argo-helm'
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for helm/chart-releaser-action to push chart release and create a release
|
contents: write # for helm/chart-releaser-action to push chart release and create a release
|
||||||
packages: write # to push OCI chart package to GitHub Registry
|
packages: write # to push OCI chart package to GitHub Registry
|
||||||
|
|
Loading…
Reference in a new issue