From e2626b8d5fa1e21ec0ca310993ddd77553ee7625 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Wed, 28 Aug 2024 11:10:27 +0100 Subject: [PATCH] Rekku gets the saw --- .github/workflows/cooker-selfhosted.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 2fadc593..34bb46d8 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -40,15 +40,7 @@ jobs: sudo umount -f $HOME/actions-run/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/* continue-on-error: true - - name: Generate a token for Rekku - id: generate-rekku-token - uses: actions/create-github-app-token@v1 - with: - app-id: ${{ vars.REKKU_APP_ID }} - private-key: ${{ secrets.REKKU_PRIVATE_KEY }} - repositories: "RetroDECK,Cooker" - owner: "RetroDECK" - + - name: Clone RetroDECK repo uses: actions/checkout@v4 with: