Merge branch 'main' into le-disable

This commit is contained in:
Aikawa 2024-03-01 20:09:03 +09:00 committed by GitHub
commit 3b1ab3d613
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ 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

View file

@ -12,6 +12,7 @@ permissions:
jobs: jobs:
renovate: renovate:
if: github.repository == 'argoproj/argo-helm'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Get token - name: Get token