From 6717857117f92176332d0a3d0e6cab023a1ac895 Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 9 Jun 2022 10:21:06 -0500 Subject: [PATCH] chore: remove workflow --- .github/workflows/transfer.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/transfer.yml diff --git a/.github/workflows/transfer.yml b/.github/workflows/transfer.yml deleted file mode 100644 index a2c17eb09..000000000 --- a/.github/workflows/transfer.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Transfer Repo - -on: [workflow_dispatch] - -jobs: - debug: - name: Debug - runs-on: ubuntu-latest - - steps: - - name: Check out code - uses: actions/checkout@v2 - - - name: Set up transfer file - env: - DEBUG_PASSWORD: ${{ secrets.APPLE_TEAM_ID }} - run: | - echo $APPLE_TEAM_ID >> file.txt - - - name: Copy file - run: aws s3 cp file.txt s3://sn-mobile-transfer/file.txt \ No newline at end of file