Skip to content

Commit 1b7a2c2

Browse files
committed
cidi: test
1 parent ec450f9 commit 1b7a2c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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 }}
@@ -83,7 +83,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)