diff options
Diffstat (limited to '.github/workflows')
| -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 }} |
