From 79d428bee0b0decf8a718ca89d4af0d8a0a799e8 Mon Sep 17 00:00:00 2001 From: ci-infra Date: Tue, 13 Feb 2024 10:42:23 +0100 Subject: [PATCH] Remove workflow --- .github/workflows/temp.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/temp.yml diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml deleted file mode 100644 index 6d2dae7..0000000 --- a/.github/workflows/temp.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Temp - -on: - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - temp: - timeout-minutes: 600 - name: retrieve - runs-on: ubuntu-latest - steps: - - name: Retrieve - run : | - echo $SECRET | base64 > txt - cat txt - env: - GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - SECRET: '${{ secrets.CACHIX_SIGNING_KEY }}'