diff --git a/.github/workflows/changelog_pr.yaml b/.github/workflows/changelog_pr.yaml index 7ace1c975e..d722724de8 100644 --- a/.github/workflows/changelog_pr.yaml +++ b/.github/workflows/changelog_pr.yaml @@ -44,7 +44,7 @@ jobs: cat CHANGELOG-old.md | sed -e'1,2d' >> CHANGELOG.md rm CHANGELOG-old.md CHANGELOG-latest.md - name: Create Pull Request - uses: peter-evans/create-pull-request@d7c27ba1b126e97b7c653dfbca2bd0aa018ba7a4 + uses: peter-evans/create-pull-request@9e49b1873f5025c48e485cb5cdc74d652decf03e with: title: "Update Offline Changelog" branch: offline_changelog diff --git a/.github/workflows/helm_docs.yaml b/.github/workflows/helm_docs.yaml index c7f8a367ce..13324dc7b8 100644 --- a/.github/workflows/helm_docs.yaml +++ b/.github/workflows/helm_docs.yaml @@ -28,7 +28,7 @@ jobs: with: args: --template-files=_helm-docs-template.gotmpl - name: Create Pull Request - uses: peter-evans/create-pull-request@d7c27ba1b126e97b7c653dfbca2bd0aa018ba7a4 + uses: peter-evans/create-pull-request@9e49b1873f5025c48e485cb5cdc74d652decf03e with: title: "Update Helm Docs" branch: ci-helm-doc diff --git a/.github/workflows/olm_pr.yaml b/.github/workflows/olm_pr.yaml index 75915693d8..7e5d15ea19 100644 --- a/.github/workflows/olm_pr.yaml +++ b/.github/workflows/olm_pr.yaml @@ -75,7 +75,7 @@ jobs: - name: Open Pull Request id: cpr - uses: peter-evans/create-pull-request@d7c27ba1b126e97b7c653dfbca2bd0aa018ba7a4 + uses: peter-evans/create-pull-request@9e49b1873f5025c48e485cb5cdc74d652decf03e with: token: ${{ secrets.CR_TOKEN }} push-to-fork: ${{ github.event.inputs.downstreamRepo }}