diff --git a/.github/workflows/deploy-argocd-app-of-apps.md b/.github/workflows/deploy-argocd-app-of-apps.md index 19e9a25..6f10d59 100644 --- a/.github/workflows/deploy-argocd-app-of-apps.md +++ b/.github/workflows/deploy-argocd-app-of-apps.md @@ -85,7 +85,7 @@ on: permissions: {} jobs: deploy-argocd-app-of-apps: - uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-argocd-app-of-apps.yml@ba941863a698984b6596e760f4e7727beea81167 # 0.26.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-argocd-app-of-apps.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2 permissions: contents: read pull-requests: write diff --git a/.github/workflows/deploy-chart.md b/.github/workflows/deploy-chart.md index 9c6f1d5..cfd66a1 100644 --- a/.github/workflows/deploy-chart.md +++ b/.github/workflows/deploy-chart.md @@ -87,7 +87,7 @@ on: permissions: {} jobs: deploy-chart: - uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-chart.yml@ba941863a698984b6596e760f4e7727beea81167 # 0.26.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-chart.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2 permissions: actions: read contents: read @@ -307,7 +307,7 @@ permissions: jobs: deploy: name: Deploy - uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-chart.yml@ba941863a698984b6596e760f4e7727beea81167 # 0.26.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-chart.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2 secrets: oci-registry-password: ${{ secrets.GITHUB_TOKEN }} github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}