diff --git a/.github/workflows/release-weekly.yml b/.github/workflows/release-weekly.yml index 51a3026..dd8e125 100644 --- a/.github/workflows/release-weekly.yml +++ b/.github/workflows/release-weekly.yml @@ -133,7 +133,8 @@ jobs: - name: Create PR uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - token: ${{ secrets.GITHUB_TOKEN }} + # Must use a create Github secret token or downstream actions will not run. + token: ${{ secrets.USER_PAT }} add-paths: "${{ matrix.change.chart.path }}" title: >- update chart ${{ matrix.change.chart.name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58b4a74..483219b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: - name: Create PR uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.USER_PAT }} add-paths: "${{ matrix.change.chart.path }}" title: >- update chart ${{ matrix.change.chart.name }}