summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 00:27:51 -0500
committerDax Raad <[email protected]>2026-01-30 00:27:51 -0500
commit66ec378680e420581e2b14a6b6558c61f606dbd6 (patch)
treea3d5c759922116303787ec24a207ae2b49e6d5d4 /.github/workflows
parent015eda36ce155ed61bbf789c1fec79ced33d6d3f (diff)
downloadopencode-66ec378680e420581e2b14a6b6558c61f606dbd6.tar.gz
opencode-66ec378680e420581e2b14a6b6558c61f606dbd6.zip
ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nix-hashes.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/nix-hashes.yml b/.github/workflows/nix-hashes.yml
index 63ab56188..061b4ada8 100644
--- a/.github/workflows/nix-hashes.yml
+++ b/.github/workflows/nix-hashes.yml
@@ -36,14 +36,16 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
+ - name: Setup git committer
+ id: committer
+ uses: ./.github/actions/setup-git-committer
+ with:
+ opencode-app-id: ${{ vars.OPENCODE_APP_ID }}
+ opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}
+
- name: Setup Nix
uses: nixbuild/nix-quick-install-action@v34
- - name: Configure git
- run: |
- git config --global user.email "[email protected]"
- git config --global user.name "Github Action"
-
- name: Pull latest changes
env:
TARGET_BRANCH: ${{ github.head_ref || github.ref_name }}