File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 run : |
7070 git fetch origin ${{ github.event.repository.default_branch }}
7171 git checkout -b ${{ env.RELEASE_BRANCH }} origin/${{ github.event.repository.default_branch }}
72- git push origin ${{ env.RELEASE_BRANCH }}
72+ git push https://x-access-token:${{ secrets.REPO_ACCESS_PAT }}@github.com/KiraCore/${{ github.event.repository.name }} ${{ env.RELEASE_BRANCH }}
7373 env :
7474 RELEASE_BRANCH : ${{ env.RELEASE_BRANCH }}
7575 GITHUB_TOKEN : ${{ secrets.REPO_ACCESS_PAT }}
8383 ( env.RELEASE_EXISTS == false || env.RELEASE_EXISTS == 'false' ) &&
8484 ( startsWith(env.RELEASE_BRANCH, 'release/v') && contains(env.RELEASE_BRANCH, '.') )
8585 with :
86- github_token : ${{ secrets.REPO_ACCESS }}
86+ github_token : ${{ secrets.REPO_ACCESS_PAT }}
8787 source_branch : ${{ env.SOURCE_BRANCH }}
8888 destination_branch : ${{ env.RELEASE_BRANCH}}
8989 pr_title : " ${{ env.SOURCE_BRANCH }} -> ${{ env.RELEASE_BRANCH }}"
You can’t perform that action at this time.
0 commit comments