Skip to content

Commit

Permalink
Added depraveyard
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Mar 7, 2024
1 parent f636b06 commit e088996
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/depraveyard.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit e088996

Please sign in to comment.