diff options
| author | Aiden Cline <[email protected]> | 2026-01-31 17:57:07 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-31 17:57:07 -0600 |
| commit | 8b7fe7c09fb46708605c9f4d30eb0d8495c37d8c (patch) | |
| tree | 5057c31bcf71cf6c83c0e97183d8b55cc10be960 /.github | |
| parent | 0961632a9c9dfed733d80cdd189a7e56abd14e56 (diff) | |
| download | opencode-8b7fe7c09fb46708605c9f4d30eb0d8495c37d8c.tar.gz opencode-8b7fe7c09fb46708605c9f4d30eb0d8495c37d8c.zip | |
ci: fix nix hash issue (#11530)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix-hashes.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nix-hashes.yml b/.github/workflows/nix-hashes.yml index caf94e140..cc16d8184 100644 --- a/.github/workflows/nix-hashes.yml +++ b/.github/workflows/nix-hashes.yml @@ -84,9 +84,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + persist-credentials: false fetch-depth: 0 ref: ${{ github.ref_name }} |
