From 316ebd6fed6b73c21fe33c54e7c243a04a7cb371 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Tue, 23 Jun 2026 17:37:54 +0200 Subject: [PATCH] reverse to inherit secrets --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f36657..76967cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,7 @@ on: jobs: update-deps: uses: SolidOS/solidos/.github/workflows/update-solidos-deps.yml@main - secrets: - GIT_PUSH_TOKEN: ${{ secrets.GIT_PUSH_TOKEN }} + secrets: inherit build: needs: update-deps