From d52f37e7baf5f25f124fcbffde921204996d2569 Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 3 Dec 2024 13:52:07 +0100 Subject: [PATCH] Revert "chore: Test action validation (requires revert)" This reverts commit 8fbe7a96ca15e0f82e3efbbbb66a1e63d1931eb9. --- .github/workflows/pr_pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_pre-commit.yml b/.github/workflows/pr_pre-commit.yml index 068cdddf..64a99582 100644 --- a/.github/workflows/pr_pre-commit.yml +++ b/.github/workflows/pr_pre-commit.yml @@ -27,4 +27,4 @@ jobs: rust: ${{ env.RUST_TOOLCHAIN_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }} nix: ${{ env.NIX_VERSION }} - # nix-github-token: ${{ secrets.GITHUB_TOKEN }} Commented out for testing + nix-github-token: ${{ secrets.GITHUB_TOKEN }}