From 88385f7855e9719201df65ed2b99402ae9e8e5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Fri, 26 Jul 2024 23:46:00 +0200 Subject: [PATCH] Remove depraveyard --- .github/workflows/depraveyard.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/depraveyard.yml diff --git a/.github/workflows/depraveyard.yml b/.github/workflows/depraveyard.yml deleted file mode 100644 index 2c75454..0000000 --- a/.github/workflows/depraveyard.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Depraveyard - -on: - push: - branches: - - develop - - master - -jobs: - depraveyard: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Use Node.js - uses: actions/setup-node@v1 - with: - node-version: 20.x - - run: npm ci - - name: Depraveyard pushing - run: npx depraveyard push --orgId ozziest-org-YLASRc --accessId ${{ secrets.DEPRAVEYARD_ACCESS_ID }} --accessToken ${{ secrets.DEPRAVEYARD_TOKEN }}