Commit 59047e5
fix(release): restore executable bit on check-cachix-pin.sh and invoke via bash
PR #20 left check-cachix-pin.sh with mode 100644: commit 667ac07 set it
executable (100755) but the follow-up 37772a5 flipped it back. The Release
workflow runs the script directly, so the "Populate Nix Caches" job failed
with Permission denied.
Restore the executable bit, and invoke the script via `bash` so the job no
longer depends on the mode bit being preserved.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent b467bc2 commit 59047e5
2 files changed
Lines changed: 1 addition & 1 deletion
File mode changed.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments