From 4f919eada2eb46e3bfa4bc7ff5239450021d1f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 2 Jan 2025 00:35:58 +0100 Subject: [PATCH] chore: remove secret GH_TOKEN_FOR_UPDATES. Closes #51 The secret GH_TOKEN_FOR_UPDATES was used to run the CI actions on the PR opened by the update-flake-lock action. This is not possible anymore because we moved the repository to an organization. The drawback of this is that the CI has to be manually invoked on the PR following the instructions at https://github.com/DeterminateSystems/update-flake-lock?tab=readme-ov-file#without-a-personal-authentication-token --- .github/workflows/update-flake.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 2d5567a..b3ae7a9 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -16,6 +16,5 @@ jobs: - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v24 with: - token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} pr-labels: dependencies