diff options
| author | Dax Raad <[email protected]> | 2026-01-30 00:07:56 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 00:07:56 -0500 |
| commit | b109ab78303829943c7c229e9126983601d8bd6d (patch) | |
| tree | 63dee75d0676bda21833490704a947952ded2836 /.github/actions | |
| parent | b28891473f16362b9d97d3825e6c969c4988d970 (diff) | |
| download | opencode-b109ab78303829943c7c229e9126983601d8bd6d.tar.gz opencode-b109ab78303829943c7c229e9126983601d8bd6d.zip | |
ci
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/setup-git-committer/action.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/actions/setup-git-committer/action.yml b/.github/actions/setup-git-committer/action.yml index 4367996bd..e039119fd 100644 --- a/.github/actions/setup-git-committer/action.yml +++ b/.github/actions/setup-git-committer/action.yml @@ -30,3 +30,8 @@ runs: git config --global user.name "${slug}[bot]" git config --global user.email "${slug}[bot]@users.noreply.github.com" shell: bash + + - name: Configure git remote + run: | + git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }} + shell: bash |
