From e088996a1a81a48e9c2532ac336eb5ec7afe14f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Thu, 7 Mar 2024 20:16:46 +0100 Subject: [PATCH] Added depraveyard --- .github/workflows/depraveyard.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/depraveyard.yml diff --git a/.github/workflows/depraveyard.yml b/.github/workflows/depraveyard.yml new file mode 100644 index 0000000..2c75454 --- /dev/null +++ b/.github/workflows/depraveyard.yml @@ -0,0 +1,20 @@ +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 }}