diff --git a/.github/workflows/depraveyard.yml b/.github/workflows/depraveyard.yml new file mode 100644 index 0000000..e3a66e2 --- /dev/null +++ b/.github/workflows/depraveyard.yml @@ -0,0 +1,20 @@ +name: Depraveyard + +on: + push: + branches: + - develop + - main + +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 }} \ No newline at end of file